IPv6 on SolarisSolaris 8
IPv6 in solaris 8 is not enabled by default. You have to install packages at the install process in order to have IPv6 enabled. With IPv6 enabled system-wide, you should be able to create an IPv6 virtual Interface. ConfigurationWith router advert#> touch /etc/hostname6.le0 #> touch /etc/hostname6.lo0
(Of course, you must replace le0 with your interface name (could be get with an This should be suffiscient to enable at reboot. If you want to test IPv6 without rebooting, you could do what is explained in Without router advert section. (: Don't know how to ask Solaris an IPv6 Address at runtime) Without routeur advert#> touch /etc/hostname6.le0 #> echo "addif 2001:7a8:b0cd:1::17/64 up" >/etc/hostname6.le0 If you don't wanna reboot to see IPv6 in action, use that ifconfig commands: #> ifconfig le0 inet6 addif 2001:7a8:b0cd:1::17/64 up Now you must add the default route for IPv6. #> route add -inet6 default link-local-ipv6-gateway (: don't know how to add a route at boot time) TestingUltimate traceroute test ! $> traceroute -A inet6 2001:7a8:b0cd:1::17 This my sun sparcstation 5 solaris 8 IPv6 enabled host :) : don't know how to add IPv6 DNS resolution support… |
Welcome to Bruno Bonfils's (aka asyd homepage).