Solaris Networking Tips
How to find all the network interfaces on a solaris machine:
dladm show-dev
or
prtconf -D | grep network
or
grep -i net /etc/path_to_inst
How to Bring up an interface
ifconfig <Interface Name> plumb
ifconfig <Interface Name> <Ip Address> netmask <Netmask>ifconfig <Interface Name> up
Comments