diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
index 3ea3b67473..14a619c264 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
@@ -5969,14 +5969,23 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms
These settings will help you configure a machine that
will be on your LAN and act as a client, not a router. To
- have &man.rtsol.8; autoconfigure your interface on boot all
- you need to add is:
+ have &man.rtsol.8; autoconfigure your interface on boot on
+ &os; 9.x and later,
+ add:
ipv6_prefer="YES"
+ to rc.conf.
+
+ For &os; 8.x and
+ earlier, add:
+
+ ipv6_enable="YES"
+
To statically assign an IP address such as 2001:471:1f11:251:290:27ff:fee0:2093,
- to your fxp0 interface, add:
+ to your fxp0 interface, add the
+ following for &os; 9.x:
ifconfig_fxp0_ipv6="inet6 2001:471:1f11:251:290:27ff:fee0:2093 prefixlen 64"
@@ -5986,6 +5995,11 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms
within which the computer is networked.
+ For &os; 8x and earlier,
+ add:
+
+ ipv6_ifconfig_fxp0="2001:471:1f11:251:290:27ff:fee0:2093"
+
To assign a default router of
2001:471:1f11:251::1 add the
following to /etc/rc.conf:
@@ -6015,10 +6029,15 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms
gifconfig_gif0="MY_IPv4_ADDR REMOTE_IPv4_ADDR"
To apply the IPv6 address you have been assigned for use
- as your IPv6 tunnel endpoint, add:
+ as your IPv6 tunnel endpoint, add the following for
+ &os; 9.x and later:
ifconfig_gif0_ipv6="inet6 MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR"
+ For &os; 8.x and
+ earlier, add:
+
+ ipv6_ifconfig_gif0="MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR"
Then all you have to do is set the default route for
IPv6. This is the other side of the IPv6 tunnel: