Re: IPv6 setup script ... doesn't work!!

2005-03-10 Thread Fafa Diliha Romanova
exit 1 esac exit 0 3) By the way, are you up for hire? All the best, -- Fafa - Original Message - From: Mario Hoerich [EMAIL PROTECTED] To: Fafa Diliha Romanova [EMAIL PROTECTED] Subject: Re: IPv6 setup script ... doesn't work!! Date: Thu, 10 Mar 2005 02:02:21 +0100 # Fafa Diliha

IPv6 setup script ... doesn't work!!

2005-03-09 Thread Fafa Diliha Romanova
Hello! I just registered with BTExact, and they sent me ipv6.sh: #!/bin/sh case $1 in start) #ifconfig gif create gifconfig gif0 inet 213.187.181.70 213.121.24.85 ifconfig gif0 inet6 2001:618:400::d5bb:b546 prefixlen 128 route add -inet6 default fe80::%gif0 ifconfig

Re: IPv6 setup script ... doesn't work!!

2005-03-09 Thread Mario Hoerich
# Fafa Diliha Romanova: # ifconfig gif create Try uncommenting this (by removing the '#'). gifconfig gif0 inet 213.187.181.70 213.121.24.85 Looks like a typo, this is probably just ifconfig. route add -inet6 default fe80::%gif0 The shell will mangle this. Quote it, like