Unix: IP Assignment in solaris
Posted by UnixAd on 26 November, 2008
1 comment so far
Ip address assignment in solaris is divided into 4 simple steps:
Step1) Find out the interface present in your system.
#dladm show-link
Ex: output is eth0
Step2) Plumb the interface present.
ifconfig plumb
ex: ifconfig eth0 plumb
You will get some thing like below against the plumb interface.
eth0 =1000842 mtu 1500 index 2 inet 0.0.0.0 netmask 0
Step3) Assign the required IP [...]




