aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipv6-6to4.howto2
-rw-r--r--ipv6-tunnel.howto2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipv6-6to4.howto b/ipv6-6to4.howto
index 707908d8..f3b43626 100644
--- a/ipv6-6to4.howto
+++ b/ipv6-6to4.howto
@@ -58,7 +58,7 @@ Now, set up the configuration as follows:
/etc/sysconfig/network:
echo "NETWORKING_IPV6=yes" >> /etc/sysconfig/network
- echo "IPV6_GATEWAYDEV=tun6to4">> /etc/sysconfig/network
+ echo "IPV6_DEFAULTDEV=tun6to4">> /etc/sysconfig/network
2. Edit your outbound (Internet) interface configuration. This can be
e.g. ippp0, ppp0, eth0, or the like. Here, eth1 is used.
diff --git a/ipv6-tunnel.howto b/ipv6-tunnel.howto
index 3f717b1d..dd83742f 100644
--- a/ipv6-tunnel.howto
+++ b/ipv6-tunnel.howto
@@ -57,7 +57,7 @@ Now, set up the configuration as follows:
1. Enable IPv6 and set tunnel as default gateway in /etc/sysconfig/network:
echo "NETWORKING_IPV6=yes" >> /etc/sysconfig/network
- echo "IPV6_GATEWAYDEV=sit1">> /etc/sysconfig/network
+ echo "IPV6_DEFAULTDEV=sit1">> /etc/sysconfig/network
2. Create /etc/sysconfig/network-scripts/ifcfg-sit1, with the following: