aboutsummaryrefslogtreecommitdiffstats
path: root/static-routes-ipv6
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-03-11 22:42:29 +0000
committerBill Nottingham <notting@redhat.com>2002-03-11 22:42:29 +0000
commit5473ffcdc6afc4a3fb56fb0019e3b34854be9a3d (patch)
treee1bd8be7bee11624d0967933662e2dae185dc912 /static-routes-ipv6
parent83c5f7d06c0bcb45a71c3ccc3f513903d38242c2 (diff)
downloadinitscripts-5473ffcdc6afc4a3fb56fb0019e3b34854be9a3d.tar
initscripts-5473ffcdc6afc4a3fb56fb0019e3b34854be9a3d.tar.gz
initscripts-5473ffcdc6afc4a3fb56fb0019e3b34854be9a3d.tar.bz2
initscripts-5473ffcdc6afc4a3fb56fb0019e3b34854be9a3d.tar.xz
initscripts-5473ffcdc6afc4a3fb56fb0019e3b34854be9a3d.zip
*BIG* IPv6 syncup. <pekkas@netcore.fi>
Diffstat (limited to 'static-routes-ipv6')
-rw-r--r--static-routes-ipv644
1 files changed, 20 insertions, 24 deletions
diff --git a/static-routes-ipv6 b/static-routes-ipv6
index 92df51fc..657bceab 100644
--- a/static-routes-ipv6
+++ b/static-routes-ipv6
@@ -1,30 +1,26 @@
+# Version: 2002-01-09
+
# file: /etc/sysconfig/static-routes-ipv6
#
# description: this file contains all static IPv6 routes
# description: Here you can specify several routes to specified gateways
# description: and also route through a virtual tunnel interface
#
-# (P) 2000 by Peter Bieringer <pb@bieringer.de>
-#
-# Changes to
-# 20000704: initial taken from my network-ip6.conf
-# 20001125: remove (C)opyright (makes no sense in a configuration file)
-# and add path to file information
-
-#Device IPv6 network to route IPv6 gateway address
-#eth0 fec0:0:0:2::/64 fec0:0:0:1:0:0:0:20
-#eth0 3ffe::/16 3ffe:0400:0100:f102:0:0:0:1
-
-## enable following as "default" routes through a gateway (but review gateway!)
-# IPv6 Testing Address Allocation (6bone testbed)
-#eth0 3ffe::/16 3ffe:0400:0100:f102:0:0:0:1
-# IPv6 official addresses
-#eth0 2000::/3 3ffe:0400:0100:f102:0:0:0:1
-
-
-## enable following as "default" routes through a tunnel
-## Virtual tunnel interface IPv6 network to route through
-# IPv6 Testing Address Allocation (6bone testbed)
-#sit1 3ffe::/16
-# IPv6 official addresses
-#sit1 2000::/3
+# (P) 2000-2002 by Peter Bieringer <pb@bieringer.de>
+
+#Device IPv6 network to route IPv6 gateway address
+
+
+## Example: static routes through a gateway on local link
+#eth0 fec0:0:0:2::/64 fec0:0:0:1:0:0:0:20
+#eth0 3ffe:ffff:1234::/48 3ffe:ffff:1234:0002:0:0:0:1
+
+
+## Example: default route through a gateway on local link
+#eth0 2000::/3 3ffe:ffff:1234:0002:0:0:0:1
+
+
+## Example: static route through a dedicated tunnel
+#sit1 3ffe:ffff:1234::/48
+
+