<<O>>  Difference Topic Network (r1.3 - 06 Apr 2006 - ChrisJones)

META TOPICPARENT TechStuff
How to configure a wireless ethernet bridge without a wired network
Line: 10 to 10

Can ping ip addresses, but not names

Changed:
<
<
I had a linux machine configured with a static 192.* ip address. When I tried pinging ip addresses outside my network (ie on the internet) it was fine, but when I tried pinging the same ip but using it's DNS name, it failed. The answer was to add the ip address of my router to /etc/resolv.conf:
>
>
I had a linux machine configured with a static 192.* ip address. When I tried pinging ip addresses outside my network (ie on the internet) it was fine, but when I tried pinging the same ip, but using it's DNS name, it failed. The answer was to add the ip address of my router to /etc/resolv.conf:

nameserver 192.168.1.1

If other nameservers appear in the list, make sure this server is above the others.

Changed:
<
<
The ip address of your router (or nameserver) maybe different.
>
>
Note: the ip address of your router (or nameserver) maybe different.

View topic | Diffs | r1.4 | > | r1.3 | > | r1.2 | More
Revision r1.2 - 21 Feb 2006 - 09:20 - ChrisJones
Revision r1.3 - 06 Apr 2006 - 13:48 - ChrisJones