* Devin Ceartas (devin at nacredata.com) wrote: > So at this point it's domain resolution I'm not getting inside the > zone -- I can assign an IP to this static IP zone, and I can ssh to > it from another machine. But I can't ping out from that zone past the > subnet. > > I've copied my global zone /etc/resolv.conf into the zone, and put the > router IP (192.168.0.1) into /etc/defaultrouter > > Here's some relevant test output: > > # ping 192.168.0.105 > 192.168.0.105 is alive > > # ping google.com > ping: unknown host google.com > > I'm new to solaris so I'm sure there's simple things i'm missing as i > go through these steps. thanks for your help.
Does your /etc/nsswitch.conf have an entry for dns on the hosts: line? Something like: hosts: files dns If not, add that and then refresh the name service cache service pfexec svcadm refresh name-service-cache:default Cheers, -- Glenn