I've decided to try out sabayon linux as it looks very nice. The live dvd ran sweet in my laptop, with the exception of not being able to access the net. I didn't panic too much about this and thought once I'd installed it the problem would be easily solved. Ha.
I'm using DHCP with NetworkManager, and get the correct IP range and everything is fine there. I can ping IP numbers throughout the internet. My resolv.conf looks ok:
- Code: Select all
al@tucker $ cat /etc/resolv.conf
#generated by NetworkManager, do not edit!
search hol.net.local
nameserver 192.168.1.5
nameserver 203.96.152.4
nameserver 203.96.152.12
192.168.1.5 is my local DNS server, and the others are my ISP's.
I can successfully dig and nslookup any address and get the correct ip address:
- Code: Select all
al@tucker $ nslookup www.sabayonlinux.org
Server: 192.168.1.5
Address: 192.168.1.5#53
Non-authoritative answer:
Name: www.sabayonlinux.org
Address: 72.55.147.227
If I use the address given by nslookup manually I can contact the server:
- Code: Select all
al@tucker $ ping 72.55.147.227
PING 72.55.147.227 (72.55.147.227) 56(84) bytes of data.
64 bytes from 72.55.147.227: icmp_seq=1 ttl=47 time=232 ms
However I cannot ping names!
- Code: Select all
al@tucker $ ping www.sabayonlinux.org
ping: unknown host www.sabayonlinux.org
As this is a fresh install and the same problem happened on the live DVD, I'd imagine this isn't too uncommon... though I've never struck it before!
Anyone have any ideas on how to fix this?

