Solaris add and delete a virtual network card IP address 1. view the IP Address Configuration of the current network card www.2cto.com root @ solaris # ifconfig-alo0: flags = 2001000849 <UP, LOOPBACK, RUNNING, MULTICAST, IPv4, VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000ce0: flags = 1000843 <UP, BROADCAST, RUNNING, MULTICAST, IPv4> mtu 1500 index 2 inet 192.168.0.3 netmask ffffff00 broadcast extends ipmp1ether 0: 14: 4f: 7a: 2d: 98 II. Add the virtual Nic IP ifconfig ce0 addif 192.168.0.24 netmask 255.255.255.0ifconfig ce0 addif 192.168.0.15 netmask 255.255.255.0 3. View All Nic IP configurations root @ solaris # ifconfig-alo0: flags = 2001000849 <UP, LOOPBACK, RUNNING, MULTICAST, IPv4, VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000ce0: flags = 1000843 <UP, BROADCAST, RUNNING, MULTICAST, IPv4> mtu 1500 index 2 inet 192.168.0.3 netmask ffffff00 broadcast 192.168.0.255groupname ipmp1ether 0: 14: 4f: 7a: 2d: 98ce0: 1: flags = 9040843 <UP, BROADCAST, RUNNING, MULTICAST, DEPRECATED, IPv4, NOFAILOVER> mtu 1500 index 2 inet 192.168.0.24 netmask ffffff00 broadcast 192.168.0.255ce0: 2: flags = 1000843 <UP, BROADCAST, RUNNING, MULTICAST, IPv4> mtu 1500 index 2 inet 192.168.0.15 netmask ffffff00 broadcast 192.168.0.255 4. Delete the virtual Nic IP ifconfig ce0 removeif 192.168.0.24ifconfig ce0 removeif 192.168.0.15 5. View All Nic IP configurations root @ solaris # ifconfig-alo0: flags = 2001000849 <UP, LOOPBACK, RUNNING, MULTICAST, IPv4, VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000ce0: flags = 1000843 <UP, BROADCAST, RUNNING, MULTICAST, IPv4> mtu 1500 index 2 inet 192.168.0.3 netmask ffffff00 broadcast 192.168.0.255groupname ipmp1ether 0: 14: 4f: 7a: 2d: 98