LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Oracle Solaris10 x86 IPv6 issue (https://www.linuxquestions.org/questions/solaris-opensolaris-20/oracle-solaris10-x86-ipv6-issue-4175591771/)

tashman1989 10-19-2016 03:24 PM

Oracle Solaris10 x86 IPv6 issue
 
Hello Dears ,

I have Solaris 10 server please advise how can add two static IP's

IPv6 and IPv4 on same interface or I have add new interface also if IPv6 not enabled how can i enable it please your support ..

jlliagre 10-22-2016 05:21 PM

No need to add an extra interface, you can use the same interface for IPv4 and IPv6 and also have multiple IP's on a single physical interface.

To enable IPv6:

Code:

ifconfig interfacename inet6 plumb
To set IPv6 static addresses:
Code:

ifconfig interfacename:1 inet6 ip1
ifconfig interfacename:2 inet6 ip2



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