diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-03 22:49:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-03 22:49:09 +0000 |
commit | da80f348d166037022b784ec78e5894dd489d576 (patch) | |
tree | 2a4faa7c23a02f0ae227a6b1b6a085fe02fa49f6 /ipv6-6to4.howto | |
parent | 1a7bb8507debb9191b248358d4662d100ae12b18 (diff) | |
download | initscripts-da80f348d166037022b784ec78e5894dd489d576.tar initscripts-da80f348d166037022b784ec78e5894dd489d576.tar.gz initscripts-da80f348d166037022b784ec78e5894dd489d576.tar.bz2 initscripts-da80f348d166037022b784ec78e5894dd489d576.tar.xz initscripts-da80f348d166037022b784ec78e5894dd489d576.zip |
IPv6 updates (Pekka Savola, <pekkas@netcore.fi>)
Diffstat (limited to 'ipv6-6to4.howto')
-rw-r--r-- | ipv6-6to4.howto | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/ipv6-6to4.howto b/ipv6-6to4.howto index b42704b8..707908d8 100644 --- a/ipv6-6to4.howto +++ b/ipv6-6to4.howto @@ -1,4 +1,4 @@ -v1.4 10th Jan 2002, Pekka Savola <pekkas@netcore.fi> +v1.5 1st Sep 2003, Pekka Savola <pekkas@netcore.fi> HOW TO SET UP IPV6 WITH 6TO4 ---------------------------- @@ -120,7 +120,7 @@ Usually the following is enough: 2. Configure radvd as outlined in radvd.conf(5); the file could be something like: - interface eth0 + interface eth1 { AdvSendAdvert on; MinRtrAdvInterval 3; @@ -145,6 +145,18 @@ Usually the following is enough: IPV6_CONTROL_RADVD=yes +5. Configure the associated routes to other 6to4 subnets to point at + your LAN interfaces; this can be done automatically with + IPV6TO4_ROUTING variable; please refer sysconfig.txt for details. + In the particular example, above, this would be like: + + /etc/sysconfig/network-scripts/ifcfg-eth0: + + IPV6TO4_ROUTING="eth1-:1::0/64" + + However, please note that no global address is configured on the + interface, just a route! + MORE INFORMATION ---------------- @@ -157,6 +169,6 @@ Clouds") is the RFC about 6to4. ftp://ftp.isi.edu/in-notes/rfc3068.txt ("An Anycast Prefix for 6to4 Relay Routers") is the RFC about finding a close 6to4 relay automatically. -http:://www.ietf.org/internet-drafts/draft-savola-ngtrans-6to4-security-00.txt +http://www.ietf.org/internet-drafts/draft-savola-v6ops-6to4-security-02.txt ("Security Considerations and Enhancements for 6to4") explains some security considerations in 6to4. |