Apparently Jive is removing new content when previous
messages are quoted.  So....

You should not be seeing anything about dhcp - your
posted configuration is for static addressing.  So *first*

# svcadm disable nwam

The gateway address is that in /etc/defaultrouter so that

#svcadm restart network/physical:default 

should have picked that up and placed it into the routing 
table.  If not, then check that your NIC is configured:

# ifconfig nge0
nge0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2
        inet 192.168.0.4 netmask ffffff00 broadcast 192.168.0.255
        ether 0:e0:4d:8c:4b:a7 

Note the UP and RUNNING flags particularly.

If OK then put your gateway into the routing table, not
with ifconfig but route:

# route add default 216.58.53.193

Now, if you did have nwam running you are going to have to
copy /etc/nsswitch.dns to /etc/nsswitch.conf and check the
content of /etc/resolv.conf again.
-- 
This message posted from opensolaris.org

Reply via email to