You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] I have searched the existing issues and I am convinced that mine is new.
Describe the bug
IPv6 ICMPv6 RS does not get sent over a PPPoE link.
To Reproduce
Steps to reproduce the behavior:
You'll need to set up a PPPoE server! Reason being the interface needs to come up on PPPoE v4 before you can see anything. Once you have done this then using Wireshark monitor the ICMPv6 traffic being sent to the PPPoE server, there is no RS being sent.
Expected behavior
ICMPv6 RS packets should be sent over the PPPoE link
OPNsense 21.1.r_96-amd64FreeBSD 12.1-RELEASE-p12-
HBSDOpenSSL 1.1.1i 8 Dec 2020
Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz (4 cores)
Solution is to not use the -a flag on RTSOLD as that prohibits RS being sent on point to point interfaces ( according to the man ), but to supply the actual interfaces on the command instead.
The text was updated successfully, but these errors were encountered:
For the record, the PPP limitation came from KAME in 2000 to FreeBSD via freebsd/freebsd-src@804c83d4bd3 with the "-a" option. Since we force PPPoE interfaces one way or another and the auto-probe just adds devices to the argument list like we would pass it we are good here. Thanks for the pointers to the problem.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
IPv6 ICMPv6 RS does not get sent over a PPPoE link.
To Reproduce
Steps to reproduce the behavior:
You'll need to set up a PPPoE server! Reason being the interface needs to come up on PPPoE v4 before you can see anything. Once you have done this then using Wireshark monitor the ICMPv6 traffic being sent to the PPPoE server, there is no RS being sent.
Expected behavior
ICMPv6 RS packets should be sent over the PPPoE link
OPNsense 21.1.r_96-amd64FreeBSD 12.1-RELEASE-p12-
HBSDOpenSSL 1.1.1i 8 Dec 2020
Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz (4 cores)
Solution is to not use the -a flag on RTSOLD as that prohibits RS being sent on point to point interfaces ( according to the man ), but to supply the actual interfaces on the command instead.
The text was updated successfully, but these errors were encountered: