From 73d5f39bbabe16e0ea95e81467a8ddfde1f97a9a Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 10 May 2009 18:08:39 -0700 Subject: [PATCH] More updaes to the 6to4 doc --- docs/6to4.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/6to4.xml b/docs/6to4.xml index 224794814..905f05acf 100644 --- a/docs/6to4.xml +++ b/docs/6to4.xml @@ -277,11 +277,12 @@ ursa:~ #
Configuring IPv6 the Debian Way - I rebuilt the firewall using Debian and decided to configure IPv6 - using /etc/network/interfaces. + In May 2009, I rebuilt the above firewall using Debian GNU/Linux + and decided to configure IPv6 using the + /etc/network/interfaces file. - When I installed Debian Lenny, the network interfaces were - reunmbered as follows: + When I installed Debian Lenny on the system, the network + interfaces were reunmbered as follows: Interface Renaming @@ -323,7 +324,12 @@ ursa:~ #
- Here is the /etc/shorewall/interfaces file: + So the IPv4 network was transformed to this: + + + + To implement the same IPv6 network as described above, I used this + /etc/shorewall/interfaces file: auto lo iface lo inet loopback @@ -384,9 +390,7 @@ iface sit1 inet6 v4tunnel gateway ::192.88.99.1 post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding - This produces the following IPv6 network. - - + That file produces the following IPv6 network.