Re: best way to configure a configured tunnel

2002-04-21 Thread itojun
I'll use BSD-syntax, but my question is general(especially xp, bsd and linux I'm interested in) Suppose I have a tunnel between IPv4 A en B gif0 If i do route add -inet6 default gif0 having already an interface configured with the v6 endpoint. though not stated, i guess you are using

Re: best way to configure a configured tunnel

2002-04-21 Thread JINMEI Tatuya / 神明達哉
On Sun, 21 Apr 2002 17:04:24 +0900, [EMAIL PROTECTED] said: if you really need to do a static routing, use the following two commands (the order is important). # route add -inet6 default ::1 # route change -inet6 default ::1 -ifp gif0 Unfortunately, this should

Re: best way to configure a configured tunnel

2002-04-21 Thread Kristof Verhenne
JINMEI Tatuya / wrote: Unfortunately, this should not work for FreeBSD. You should type # route add -inet6 default -interface gif0 instead of the sequence above. Exactly with that I experienced problems. I did have a routing like that, but my ssh connections died. I changed to route

Re: best way to configure a configured tunnel

2002-04-21 Thread Kristof Verhenne
JINMEI Tatuya / wrote: But maybe it works if I use IPv6-endpoints with the above rule. If you're using FreeBSD-4.5 RELEASE at the tunnel endpoint (as itojun said, one should always specify the OS and its version when asking a question), you should upgrade the box to 4.5-STABLE (the latest

Re: best way to configure a configured tunnel

2002-04-21 Thread Hajimu UMEMOTO
Hi, On Sun, 21 Apr 2002 10:38:39 +0200 Kristof Verhenne [EMAIL PROTECTED] said: kristof.verhenne [EMAIL PROTECTED] wrote: a little bit different from other bsds. the most preferred way is to run routing deaemons on both ends. if you really need to do a static routing,

Re: best way to configure a configured tunnel

2002-04-21 Thread Hajimu UMEMOTO
Hi, On Sun, 21 Apr 2002 16:04:49 +0200 Kristof Verhenne [EMAIL PROTECTED] said: If you're using FreeBSD-4.5 RELEASE at the tunnel endpoint (as itojun said, one should always specify the OS and its version when asking a question), you should upgrade the box to 4.5-STABLE (the latest STABLE is

best way to configure a configured tunnel

2002-04-20 Thread Kristof Verhenne
I'll use BSD-syntax, but my question is general(especially xp, bsd and linux I'm interested in) Suppose I have a tunnel between IPv4 A en B gif0 If i do route add -inet6 default gif0 having already an interface configured with the v6 endpoint. Then I get strange behaviour of ssh, because the