Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 07:12:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 207055] ipv6 pmtu discovery not working with pf active
Message-ID:  <bug-207055-6-wsJBbCQHyu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207055-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207055-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207055

--- Comment #2 from Kristof Provost <kp@freebsd.org> ---
I'm still unable to reproduce this.

The bug report (and the linked e-mail) suggest that the ICMP6 packet too big
packet is rejected because the TCP header it contains has a sequence number
which doesn't match the TCP connection.

That's why the patch here seems to help: it bypasses the sequence number ch=
eck.
Clearly that's not what we want to do though.

The first step is determining if the bug is in pf (incorrectly parsing the
ICMP6 packet) or in the router/destination host (generating an incorrect IM=
CP6
packet).

In order to debug this further I'll need the pf rules and a network capture
demonstrating the problem.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207055-6-wsJBbCQHyu>