diff options
author | Bill Nottingham <notting@redhat.com> | 2005-01-12 06:06:35 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-01-12 06:06:35 +0000 |
commit | 6206c0832810488618f74482773068c0ccf45f77 (patch) | |
tree | 6dee0136306bf1a275615033f29572d903c4394e | |
parent | 6578fad0e0fb4db1db35d2109cecc0561a1b4af0 (diff) | |
download | initscripts-6206c0832810488618f74482773068c0ccf45f77.tar initscripts-6206c0832810488618f74482773068c0ccf45f77.tar.gz initscripts-6206c0832810488618f74482773068c0ccf45f77.tar.bz2 initscripts-6206c0832810488618f74482773068c0ccf45f77.tar.xz initscripts-6206c0832810488618f74482773068c0ccf45f77.zip |
IPv6 doc changes (<pb@beiringer.de>,<pekkas@netcore.fi>)
-rw-r--r-- | ipv6-6to4.howto | 2 | ||||
-rw-r--r-- | ipv6-tunnel.howto | 2 |
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: |