On Tue, 17 Dec 2002, Alexander Koch wrote: > My /etc/network/interfaces says this: > auto eth0 > iface eth0 inet static > address 213.200.88.76 > netmask 255.255.255.128 > gateway 213.200.88.1 > > iface eth0 inet6 static > address 2001:0668:0000:f::76 > netmask 64 > #up ip route add default via 2001:668:0:f:: dev eth0
echo "ip route add default via 2001:668:0:f:: dev eth0" > /etc/init.d/ipv6start and then ln -s /etc/init.d/ipv6start /etc/rcS.d/S90ipv6start besides echo "ipv6" >> /etc/modules I hope that help you! -- +----------------------------------------------+ ,''`. | Leonardo Saavedra Henriquez |[EMAIL PROTECTED] | : :' : | Est. Ing Civil en Informatica|U. del Bio-Bio | `. `' +----------------------------------------------+ `- [leo-> ~ $] cd pub && more beer

