When using static network setting, inetmenu sets only IP address and subnet 
mask. I think default route and DNS server must be set, too. In addition, 
/etc/{nsswitch,resolv}.conf should be set with proper value.

I had to type these commands:

# route add default 192.168.xx.yy
# vi /etc/nsswitch.conf
(add "dns" on hosts line)
# cat >>/etc/resolv.conf <<EOF
nameserver 192.168.aa.bb
EOF
 
 
This message posted from opensolaris.org

Reply via email to