2009-07-21

How to do Create a Virtual IP in Solaris

1. create /etc/hostname.: containing the hostname of the virtual IP

/etc/hostname.ce0:1

2. add the hostname and virtual IP to /etc/hosts

reboot or Sol10 restart service by # svcadm restart svc:/network/physical



3. or by Command

ifconfig : plumb

ex :  ifconfig ce0:1 plumb

ifconfig : netmask broadcast + up

ex : ifconfig ce0:1 10.67.1.141 netmask 255.255.255.0 broadcast + up