diff options
author | Bill Nottingham <notting@redhat.com> | 2001-02-07 21:47:16 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-02-07 21:47:16 +0000 |
commit | 3dbc16abe698daa238f76b3a1add4c41ec225067 (patch) | |
tree | 9e4943fc5b1db987a6c3667a5254f037ffa7fed9 /sysconfig/static-routes-ipv6 | |
parent | 4db6d852afc433a7559e2de32f586458f70f79bf (diff) | |
download | initscripts-3dbc16abe698daa238f76b3a1add4c41ec225067.tar initscripts-3dbc16abe698daa238f76b3a1add4c41ec225067.tar.gz initscripts-3dbc16abe698daa238f76b3a1add4c41ec225067.tar.bz2 initscripts-3dbc16abe698daa238f76b3a1add4c41ec225067.tar.xz initscripts-3dbc16abe698daa238f76b3a1add4c41ec225067.zip |
updated ipv6 stuff from Peter Bieringer
Diffstat (limited to 'sysconfig/static-routes-ipv6')
-rw-r--r-- | sysconfig/static-routes-ipv6 | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/sysconfig/static-routes-ipv6 b/sysconfig/static-routes-ipv6 index 79733cd6..92df51fc 100644 --- a/sysconfig/static-routes-ipv6 +++ b/sysconfig/static-routes-ipv6 @@ -1,9 +1,30 @@ -# static-routes-ipv6 +# file: /etc/sysconfig/static-routes-ipv6 # -# Taken from: -# (P) & (C) 2000 Peter Bieringer <pb@bieringer.de> +# 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 +#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 -#sit1 2001::/16 + +## 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 |