View Single Post

   
  #1 (permalink)  
Old 02-21-2008, 12:20 PM
Mark Hobley
 
Posts: n/a
Default Domain name resolver is not working

I am trying to configure the network on my Gentoo machine. The
/etc/conf.d/net file contains the following entries:

config_eth0=( "10.0.0.13 netmask 255.255.255.0 brd 10.255.255.255" )
routes_eth0=( "default via 10.0.0.1" )
dns_servers_eth0="62.31.144.39 195.188.53.175 62.31.112.39"

I now try to test the networking:

ping 10.0.0.1
64 bytes from 10.0.0.1: icmp_seq=1 ttl=250 time=0.567 ms

cat /etc/resolv.conf
nameserver 62.31.144.39
nameserver 195.188.53.175
nameserver 62.31.112.39

Ok, the scripts must have created that.

ping www.google.co.uk
ping: unknown host www.google.co.uk

The internet domain name is not resolving.

I have other computers on the LAN that are using the same gateway and
resolver addresses, and they are working fine.

Thanks in advance to anyone who can help.

Mark.

--
Mark Hobley,
393 Quinton Road West,
Quinton, BIRMINGHAM.
B32 1QE.
Reply With Quote