> ip/ping: couldn't dial icmp!google.com!1: cs: temporary failure: > dns: dns failure
sounds very much like a dns problem to me.
check you have a dns server configured?
cat /net/ndb
Is dns running?
ps | grep dns
Try a dns query:
ndb/dnsquery
> www.google.com
# note the '>' here is the prompt that dnsquery prints
Check that dns is working outside your box:
ndb/dnsdebug
> www.google.com
# note the '>' here is the prompt that dnsdebug prints
Hopefully this should get you a bit further.
-Steve
