This is what happens:
# ifconfig skge0 down
# ifconfig skge0 dhcp
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
skge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet xxx.xxx.xxx.216 netmask fffffc00 broadcast xxx.xxx.xxx.255
ether 0:14:85:85:22:27
and although ip address above (inet, broadcast) is properly assigned, neither
ping nor the browser can access anything on the internet.
After:
# touch /etc/dhcp.skge0
and after rebooting with init 6,
skge is not active again:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232
index 1
inet 127.0.0.1 netmask ff000000
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]