Re: IPv6 Setup...

2007-06-23 Thread Eric F Crist
On Jun 22, 2007, at 9:23 PMJun 22, 2007, Eric F Crist wrote: Hello all, I've been toying with getting IPv6 installed and running for a while, and I've got only one hurdle remaining. I have 5 servers on my quaint little network, and my primary firewall is configured with an IPv6 address,

Re: IPv6 Setup...

2007-06-23 Thread Eric Crist
On Jun 23, 2007, at 7:17 AMJun 23, 2007, Tilman Linneweh wrote: On Jun 23, 2007, at 04:36 , Eric Crist wrote: I have 5 servers on my quaint little network, and my primary firewall is configured with an IPv6 address, we'll say 1000:2000:1::6 and is connected to my ISP through a gif tunnel

Re: IPv6 Setup...

2007-06-23 Thread Tilman Linneweh
On Jun 23, 2007, at 04:36 , Eric Crist wrote: I have 5 servers on my quaint little network, and my primary firewall is configured with an IPv6 address, we'll say 1000:2000:1::6 and is connected to my ISP through a gif tunnel (router doesn't support IPv6 yet, on my end) to 1000:2000:1::5. I

Re: IPv6 Setup...

2007-06-23 Thread Eric Crist
On Jun 23, 2007, at 7:17 AMJun 23, 2007, Tilman Linneweh wrote: On Jun 23, 2007, at 04:36 , Eric Crist wrote: I have 5 servers on my quaint little network, and my primary firewall is configured with an IPv6 address, we'll say 1000:2000:1::6 and is connected to my ISP through a gif tunnel

IPv6 Setup...

2007-06-22 Thread Eric F Crist
Hello all, I've been toying with getting IPv6 installed and running for a while, and I've got only one hurdle remaining. I have 5 servers on my quaint little network, and my primary firewall is configured with an IPv6 address, we'll say 1000:2000:1::6 and is connected to my ISP through a

IPv6 Setup...

2007-06-22 Thread Eric Crist
Hello all, I've been toying with getting IPv6 installed and running for a while, and I've got only one hurdle remaining. I have 5 servers on my quaint little network, and my primary firewall is configured with an IPv6 address, we'll say 1000:2000:1::6 and is connected to my ISP through a

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