RE: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-15 Thread DOROVSKOY,IGOR (A-Portsmouth,ex1)
I cannt reproduce it. Whats the version of the NetBSD box on other side? Does somebody IPv6 routing in your segment? Igor. -Original Message- From: Edwin Groothuis [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 8:30 PM To: [EMAIL PROTECTED] Subject: IPv6-over-IPv4 problems si

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-16 Thread Miguel Mendez
On Fri, Feb 15, 2002 at 05:14:31PM -0700, DOROVSKOY,IGOR (A-Portsmouth,ex1) wrote: Hello Edwin and Igor, I recently installed the freenet6 port to test IPv6 and have been experiencing similar problems, I can ping6 any host but my ftp connections stall at some point. As an alternative you can u

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-16 Thread Edwin Groothuis
On Sat, Feb 16, 2002 at 01:08:42PM +0100, Miguel Mendez wrote: > On Fri, Feb 15, 2002 at 05:14:31PM -0700, DOROVSKOY,IGOR (A-Portsmouth,ex1) wrote: > I recently installed the freenet6 port to test IPv6 and have been > experiencing similar problems, I can ping6 any host but my ftp > connections sta

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-22 Thread JINMEI Tatuya / 神明達哉
> On Sun, 17 Feb 2002 12:25:10 +1100, > Edwin Groothuis <[EMAIL PROTECTED]> said: >> I recently installed the freenet6 port to test IPv6 and have been >> experiencing similar problems, I can ping6 any host but my ftp >> connections stall at some point. >> >> As an alternative you can us

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-22 Thread Edwin Groothuis
On Fri, Feb 22, 2002 at 08:59:18PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > > On Sun, 17 Feb 2002 12:25:10 +1100, > > Edwin Groothuis <[EMAIL PROTECTED]> said: > > >> I recently installed the freenet6 port to test IPv6 and have been > >> experiencing similar problems, I can ping6 a

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-22 Thread JINMEI Tatuya / 神明達哉
> On Fri, 22 Feb 2002 23:48:29 +1100, > Edwin Groothuis <[EMAIL PROTECTED]> said: >> > I found what caused this. he.net uses the "route add -inet6 default >> > " statement while freenet6.net uses "route add -inet6 >> > default -interface gif0" statement. >> >> Could you tell me the exac

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-22 Thread Edwin Groothuis
On Fri, Feb 22, 2002 at 11:49:59PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > > On Fri, 22 Feb 2002 23:48:29 +1100, > > Edwin Groothuis <[EMAIL PROTECTED]> said: > > >> > I found what caused this. he.net uses the "route add -inet6 default > >> > " statement while freenet6.net uses "r

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-25 Thread JINMEI Tatuya / 神明達哉
> On Sat, 23 Feb 2002 08:46:16 +1100, > Edwin Groothuis <[EMAIL PROTECTED]> said: >> > And the interface configuration: >> > gif0: flags=8051 mtu 1280 >> >tunnel inet 203.173.130.126 --> 206.123.31.114 >> >inet6 fe80::250:8bff:feb9:2d24%gif0 prefixlen 64 scopeid 0x9 >> >inet

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-25 Thread Edwin Groothuis
On Mon, Feb 25, 2002 at 07:30:59PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > > On Sat, 23 Feb 2002 08:46:16 +1100, > > Edwin Groothuis <[EMAIL PROTECTED]> said: > > >> > And the interface configuration: > >> > gif0: flags=8051 mtu 1280 > >> > tunnel inet 203.173.130.126 --> 206.123

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-25 Thread JINMEI Tatuya / 神明達哉
> On Mon, 25 Feb 2002 22:18:27 +1100, > Edwin Groothuis <[EMAIL PROTECTED]> said: > *** And this one is after is hangs: > Internet6: > Destination Gateway Flags >Refs UseMtuNetif Expire > ::/96

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-25 Thread JINMEI Tatuya / 神明達哉
Finally I figured out the problem. The essential reason for this weirdness was that the kernel did not set the in_conninfo.inc_isipv6 member of a PCB entry correctly. As a result of this, once a cached route stored in the PCB has become invalid, the kernel would try to get a new route with an AF

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-27 Thread Edwin Groothuis
Hello Jinmei, On Tue, Feb 26, 2002 at 02:38:28PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > Finally I figured out the problem. Thanks for these two patches, it works like a charm now! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] |

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-28 Thread Hajimu UMEMOTO
Hi, > On Thu, 28 Feb 2002 15:20:57 +1100 > Edwin Groothuis <[EMAIL PROTECTED]> said: edwin> On Tue, Feb 26, 2002 at 02:38:28PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > Finally I figured out the problem. edwin> Thanks for these two patches, it works like a charm now! I just commit