Hi all
I am setting dns and trying to ping my domain the 1st reply is ok and solve the ip address
but 2nd line to end, it reponses to my upstream info instead of www.mydomain.com
What wrong of my dns?
Thank you
linux ~ # ping www.mydomain.com PING www.mydomain.com (171.203.20.173) 56(84) bytes of data. 64 bytes from 171203020173.upstream.com (171.203.20.173): icmp_seq=1 ttl=43 time=291 ms 64 bytes from 171203020173.upstream.com (171.203.20.173): icmp_seq=2 ttl=43 time=290 ms
Send instant messages to your online friends http://uk.messenger.yahoo.com
adrian kok wrote:
linux ~ # ping www.mydomain.com PING www.mydomain.com (171.203.20.173) 56(84) bytes of data. 64 bytes from 171203020173.upstream.com (171.203.20.173): icmp_seq=1 ttl=43 time=291 ms 64 bytes from 171203020173.upstream.com (171.203.20.173): icmp_seq=2 ttl=43 time=290 ms
Something is severly broken on your side:
[angenenr@shutdown ~]$host www.mydomain.com www.mydomain.com is an alias for www.mydomain.com.akadns.net. www.mydomain.com.akadns.net has address 66.150.120.131 www.mydomain.com.akadns.net has address 216.34.94.184 [angenenr@shutdown ~]$
Ralph
Sorry. I use fake name
host command can return right ip address
My question is
I am curious why the 2nd line is
171203020173.upstream.com instead of www.mydomain.com ?
It should be. right?
64 bytes from www.mydomain.com (171.203.20.173): icmp_seq=1 ttl=43 time=291 ms
Thank you
--- Ralph Angenendt ra+centos@br-online.de wrote:
adrian kok wrote:
linux ~ # ping www.mydomain.com PING www.mydomain.com (171.203.20.173) 56(84)
bytes of
data. 64 bytes from 171203020173.upstream.com (171.203.20.173): icmp_seq=1 ttl=43 time=291 ms 64 bytes from 171203020173.upstream.com (171.203.20.173): icmp_seq=2 ttl=43 time=290 ms
Something is severly broken on your side:
[angenenr@shutdown ~]$host www.mydomain.com www.mydomain.com is an alias for www.mydomain.com.akadns.net. www.mydomain.com.akadns.net has address 66.150.120.131 www.mydomain.com.akadns.net has address 216.34.94.184 [angenenr@shutdown ~]$
Ralph
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Send instant messages to your online friends http://uk.messenger.yahoo.com
Isn't this just the Reverse DNS name of your ip (171.203.20.173)?
Do a check through "dig -x 171.203.20.173". Most likely you will get the 17120320173.upstream.com back. If so, it's the Reverse DNS name...
adrian kok wrote:
Sorry. I use fake name
No, you didn't. www.mydomain.com does exist, so it cannot be fake.
host command can return right ip address
I don't really like people who misuse existing domains for questions like this, as it really makes it harder to debug things.
My question is
I am curious why the 2nd line is
171203020173.upstream.com instead of www.mydomain.com
Because you don't have a correct reverse DNS setting for your domain. But as you don't say what it is, I won't look further.
Ralph
Hi,
On Tue, Jan 27, 2009 at 11:48, Ralph Angenendt ra+centos@br-online.de wrote:
adrian kok wrote:
Sorry. I use fake name
No, you didn't. www.mydomain.com does exist, so it cannot be fake.
Interestingly enough, there are domains specially reserved for "fake" names in examples: example.com, example.net and example.org.
There is even an RFC for that: http://www.faqs.org/rfcs/rfc2606.html
Filipe
I don't quite follow this thread?
Are your pinging your web server, its is hosted with a hosting company (i.e. you don't personal host it on a server you manage?)
It could just be the details for their set up (i.e. multiple servers with load balancing across multiple IPs?)
-----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/MU/U dpu s: a--> C++>$ U+> L++> B-> P+> E?> W+++>$ N K W++ O M++>$ V- PS+++ PE++ Y+ PGP t 5 X+ R- tv+ b+> DI D+++ G+ e(+++++) h--(++) r++ z++ ------END GEEK CODE BLOCK------
On Tue, Jan 27, 2009 at 10:51 PM, adrian kok adriankok2000@yahoo.com.hk wrote:
I am setting dns and trying to ping my domain the 1st reply is ok and solve the ip address
but 2nd line to end, it reponses to my upstream info instead of www.mydomain.com
What wrong of my dns?
It's rather difficult to know without any related configuration here.