# Copyright (C) 2004 PeterG. This program is free software: you # can redistribute it and/or modify it under the terms of the # GNU General Public License as published by the Free Software # Foundation, either version 2 of the License, or (at your # option) any later version. This program is distributed in the # hope that it will be useful, but WITHOUT ANY WARRANTY; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. auto lo iface lo inet loopback iface lo inet6 loopback iface sit1 inet6 v4tunnel endpoint 192.88.99.1 up ip -6 route add 2000::/3 dev sit1 up ip -6 tunnel change sit1 ttl 64 iface eth0-SERV inet static address 10.0.0.1 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.255.255.255 iface eth0-SERV inet6 static address 2001:0618:0400:09c8::0001 netmask 64 mtu 1430 iface sit2-SERV inet6 v4tunnel address 2001:0618:0400::5245:278a netmask 128 endpoint 193.113.58.80 up ip -6 route add 2000::/3 dev sit2 up ip -6 tunnel change sit2 ttl 64 iface eth0-WKST inet static address 10.0.0.35 netmask 255.0.0.0 network 10.0.0.0 broadcast 10.255.255.255 gateway 10.0.0.1 iface eth0-WKST inet6 static address 2001:0618:0400:09c8::0023 netmask 64 gateway 2001:0618:0400:09c8::0001 mtu 1430