[clue-tech] Partial network problem
Jason Friedman
jason at powerpull.net
Thu Sep 2 06:28:36 MDT 2010
> Jason Friedman wrote:
>> $ dig www.google.com
>> <snip>
>> www.google.com. 603906 IN CNAME www.l.google.com.
>> www.l.google.com. 35 IN A 209.85.225.147
>> <snip>
>> ;; Query time: 36 msec
>> ;; SERVER: 127.0.0.1#53(127.0.0.1)
>> ;; WHEN: Thu Sep 2 04:12:17 2010
>> ;; MSG SIZE rcvd: 359
>
>> $ ping www.google.com
>> ping: unknown host www.google.com
>
> What's in /etc/resolv.conf and /etc/nsswitch.conf? Why are you using localhost as your name server?
$ grep -v '^#' /etc/resolv.conf
domain domain.actdsltmp
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.2.65
$ grep -v '^#' /etc/nsswitch.conf
passwd: compat
group: compat
shadow: compat
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
I changed to a different ethernet card (eth1) and that has seemed to
help, though I cannot reach certain sites (timeouts). I will comment
out "nameserver 192.168.0.1" and try eth2 again.
More information about the clue-tech
mailing list