-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L2TP interface causes Traffic Shaping/ipfw rules to fail to load #1907
Comments
AdSchellevis
added a commit
that referenced
this issue
Oct 31, 2017
|
This probably also needs “pptp”
… On 31. Oct 2017, at 10:03, Ad Schellevis ***@***.***> wrote:
@edst it should have ignored the l2tp part for this section. can you try 6278fc0 ?
opnsense-patch 6278fc0
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
That does the job, much obliged. Yes, looks like it needs PPTP as well for the same issue. |
|
@iMiMx thanks for confirming |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version OPNsense 17.7.7_1-amd64
It would appear that when there is an L2TP interface (I have not tested other Point to Point interfaces) the ipfw/traffic shaping ruleset fails to load in its entirity
There are no rules trying to shape L2TP traffic, just part of the standard ruleset - removing the L2TP specified rules allows the ipfw ruleset to load and consequently traffic shaping can operate:
Presumably 'l2tp' should be a macro for the l2tp1 interface IP address (however this is done in ipfw, am more pf familiar), or perhaps a via statement for the interface?
The text was updated successfully, but these errors were encountered: