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

2005-03-10 Thread Fafa Diliha Romanova
g 5 seconds before restart ... sleep 5 $0 start ;; *) echo "Usage: `basename $0` {start|stop|restart}" 1>&2 exit 1 esac exit 0 3) By the way, are you up for hire? All the best, -- Fafa - Original Message ----- From: "Mario Hoerich" <[EMAIL PROTE

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 'f

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