Powered By Blogger

Tuesday, July 3, 2012

Adding Static IP on Solaris 11


Adding Static IP

root@solaris11:~# ipadm create-ip net2
root@solaris11:~# ipadm create-addr -T static -a 192.168.0.235/22 net2/ipv4
root@solaris11:~# route -p add default 192.168.0.254
add net default: gateway 192.168.0.254
add persistent net default: gateway 192.168.0.254

No comments:

Post a Comment

Welcome to the UNIX world