17.11.2012, 10:38
OK so i am trying to configure the network on my Gentoo machine
/etc/conf.d/net file contains the entries that i've listed below
Now when i try to test the networking
The Script must create
but the domain name is not at all resolving and this is seriously pissing me off, i've been trying this the whole day yesterday
i would be glad to get some help.
/etc/conf.d/net file contains the entries that i've listed below
Код:
config_eth0=( "7.0.0.34 netmask 124.124.124.0 brd 3.124.124.124" ) routes_eth0=( "default via 7.0.0.9" ) dns_servers_eth0="14.96.345.12 175.230.77.154 64.31.142.42"
Код:
ping 7.0.0.9 34 bytes from 7.0.0.9: icmp_seq=1 ttl=330 time=0.655 ms cat /etc/resolv.conf nameserver 14.96.345.12 nameserver 175.230.77.154 nameserver 64.31.142.42
Код:
ping www.badweeny.com ping www.badweeny.co.uk
i would be glad to get some help.