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 b034094fe2..e20c460559 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -7890,20 +7890,20 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 IPv6 Router/Gateway Settings - This will help you take the directions that your Tunnel provider, + This will help you take the directions that your tunnel provider, such as the 6bone, has given you and convert it into settings that will persist through reboots. To restore your tunnel on startup use something like the following in /etc/rc.conf: List the Generic Tunneling interfaces that will be configured, for - example: gif0 + example: gif0 gif_interfaces="gif0" - To configure the interface with a local endpoint of: - MY_IPv4_ADDR to a remote endpoint of: - REMOTE_IPv4_ADDR. + To configure the interface with a local endpoint of + MY_IPv4_ADDR to a remote endpoint of + REMOTE_IPv4_ADDR: gif_config_gif0="MY_IPv4_ADDR REMOTE_IPv4_ADDR"