On Tue, 2007-05-08 at 18:35 -0700, Wolfgang S. Rupprecht wrote: > Is anyone using static preconfigured ipv6 tunnels on fc6? As far as I > can tell the 5-year old documentation in > /usr/share/doc/initscripts-*/ipv6-tunnel.howto is outdated and no > longer works. Basically, following the instructions does give me > something that works with "ifup sit1", but any attempt to bring it up > at boot time via ONBOOT=yes in > /etc/sysconfig/network-scripts/ifcfg-sit1 faile with "sit1: no such > interfphase" (typed from memory). > > -wolfgang > -- > Wolfgang S. Rupprecht http://www.wsrcc.com/wolfgang/ > Here is what I use (on Centos 4, but that should be close enough for Fedora: # Tunnel to XS4ALL official address space DEVICE="sit1" BOOTPROTO="none" ONBOOT="yes" #IPV6INIT="yes" # Initalize IPv6 "yes" or "no" IPV6INIT="yes" # Initalize IPv6 "yes" or "no" IPV6TUNNELIPV4="194.109.5.241" # Here specify the IP4 address of the foreign tunnel endpoint IPV6ADDR="2001:888:10:xxxx::2/64" # Local IPv6 address/prefix of a numbered tunnel -- Louis