Your interface name is wrong. As well as the name of the driver, you need the instance ID. The first network card is usually 0, so this would make your wired interface name e1000g0. You can check the name of your network interfaces using the command:
ifconfig -a Cheers Andrew. This message posted from opensolaris.org
