Re: kern/127050: [carp] ipv6 does not work on carp interfaces [regression]

2011-02-10 Thread Jacek Zapala
The following reply was made to PR kern/127050; it has been noted by GNATS. From: Jacek Zapala To: bug-follo...@freebsd.org, maddo...@maddog2k.net Cc: Subject: Re: kern/127050: [carp] ipv6 does not work on carp interfaces [regression] Date: Mon, 07 Feb 2011 14:30:21 +0100 Bug is still

Re: kern/117456: ipv6 neighbour discovery / bce multicast problem

2007-10-30 Thread Jacek Zapala
The following reply was made to PR kern/117456; it has been noted by GNATS. From: Jacek Zapala <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/117456: ipv6 neighbour discovery / bce multicast problem Date: Tue, 30 Oct 2007 16:32:38 +0100 OK, it looks like I have reinvent

Re: kern/117456: ipv6 neighbour discovery / bce multicast problem

2007-10-29 Thread Jacek Zapala
The following reply was made to PR kern/117456; it has been noted by GNATS. From: Jacek Zapala <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/117456: ipv6 neighbour discovery / bce multicast problem Date: Mon, 29 Oct 2007 10:50:18 +0100 --=-OnEZhZq5git3EvQIW/zR Conten

Re: kern/115413: [ipv6] ipv6 pmtu not working

2007-08-21 Thread Jacek Zapala
On Tue, 2007-08-21 at 16:50 +0200, Daniel Hartmeier wrote: > Could you possibly try the patch below, and see if it fixes the > problem > (with rfc1323 enabled again)? > > We're accessing th_flags from the TCP header embedded in the ICMPv6 > packet, even though we only pulled up the first 8 bytes o

Re: kern/115413: [ipv6] ipv6 pmtu not working

2007-08-21 Thread Jacek Zapala
On Tue, 2007-08-21 at 16:31 +0200, Daniel Hartmeier wrote: > Is the following a correct view of your setup: > > src $int_if pf $ext_if router dst > > Where client src connects to server dst, and you create the state > entry > when the initial TCP SYN goes out $ext_if on the firew

Re: kern/115413: [ipv6] ipv6 pmtu not working

2007-08-21 Thread Jacek Zapala
On Tue, 2007-08-21 at 15:50 +0200, Daniel Hartmeier wrote: > Since you're using TCP window scaling, could you try disabling that > (sysctl net.inet.tcp.rfc1323=0 on either peer), and see if it affects > things? Just to make sure that's not a part of the problem. Good guess! I have disabled this o

Re: kern/115413: [ipv6] ipv6 pmtu not working

2007-08-21 Thread Jacek Zapala
On Tue, 2007-08-21 at 14:11 +0200, Daniel Hartmeier wrote: > But th_seq of the TCP packet quoted by the ICMPv6 error is 2463010534, > which is outside dst's window. Strangely, it is within src's window. > > I don't understand why some_router would do this. It looks like it's > either quoting the w

Re: kern/115413: [ipv6] ipv6 pmtu not working

2007-08-21 Thread Jacek Zapala
The following reply was made to PR kern/115413; it has been noted by GNATS. From: Jacek Zapala <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/115413: [ipv6] ipv6 pmtu not working Date: Tue, 21 Aug 2007 12:05:18 +0200 Further debugging: scp from src_addr to dst_addr

Re: kern/115413: [ipv6] ipv6 pmtu not working

2007-08-20 Thread Jacek Zapala
The following reply was made to PR kern/115413; it has been noted by GNATS. From: Jacek Zapala <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: kern/115413: [ipv6] ipv6 pmtu not working Date: Mon, 20 Aug 2007 23:24:06 +0200 Described problem shows only with pf enabled. Of