LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   how to setup a secondary interface (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-setup-a-secondary-interface-643671/)

scbops 05-21-2008 12:53 AM

how to setup a secondary interface
 
I want to assign a new ip to my secondary interface I wonder how to do it,
can someone help me on this ?

jlliagre 05-21-2008 01:34 AM

Code:

echo new-ip > /etc/hostname.secondary-interface
ifconfig secondary-interface plumb
ifconfig secondary-interface new-ip
ifconfig secondary-interface up



All times are GMT -5. The time now is 01:11 PM.