Uncategorized

Solaris: Virtual Interface Creation / Deletion

To add virtual interface 1. Add entry in /etc/hosts # ifconfig eri0 addif 10.100.10.20/24 broadcast 10.100.10.255 up 3. Create /etc/hostname.eri0:xx with domain name as its content (where xx is next available no for virtual NIC, verify that using ifconfig -a command) or 1. Add statement to /etc/hostname.ce5 file 2. # ifconfig hme0 addif ip_address netmask

Solaris: Virtual Interface Creation / Deletion Read More »

Scroll to Top