From cae8bb2d4ff4a09a361958b1514faa4fb9bb7688 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 5 Mar 2001 21:19:07 +0000 Subject: move static-routes-ipv6 here --- static-routes-ipv6 | 30 ++++++++++++++++++++++++++++++ sysconfig/static-routes-ipv6 | 30 ------------------------------ 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 static-routes-ipv6 delete mode 100644 sysconfig/static-routes-ipv6 diff --git a/static-routes-ipv6 b/static-routes-ipv6 new file mode 100644 index 00000000..92df51fc --- /dev/null +++ b/static-routes-ipv6 @@ -0,0 +1,30 @@ +# 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 +# +# 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 diff --git a/sysconfig/static-routes-ipv6 b/sysconfig/static-routes-ipv6 deleted file mode 100644 index 92df51fc..00000000 --- a/sysconfig/static-routes-ipv6 +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -# -# 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 -- cgit