Are you sure it needs to be configured manually? Most users have their broadband connections configured by dhcp.
If you're lucky enough to be one of those people, then this should do the trick: As root: ifconfig skge0 down ifconfig skge0 dhcp ifconfig -a ====== You should now see your IP address assigned, etc. If so, then this will make the change permanent: touch /etc/dhcp.skge0 init 6 (to reboot and test) ====== -Shawn This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org