Actions
Bug #2663
closedPPTP on WAN Gets blocked via default deny rule.
Start date:
10/24/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0.1
Affected Architecture:
All
Description
When using PPTP to Dial WAN the default deny rule blocks traffic.
I searched for a solution for this for months now, but found nothing.
In 1.2 everything is fine.
The only workaround i found is this:
edit file
/tmp/rules.debug
edit
WAN = "{ pptp1 }"
to
WAN = "{ em1 pptp1 }"
command
pfctl -f /tmp/rules.debug
execute
It works, but this workaround only lasts till a flter reload is made. Then i have do to it again.
A permanent solution would be greatly appreciated.
I am also willing to assist in testing solutions.
Files
Updated by Chris Buechler about 12 years ago
- Category changed from PPTP to Interfaces
- Priority changed from Urgent to Normal
- Target version set to 2.1
Updated by Renato Botelho almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 83bab77be786e86a72acecc9fb84adb3986b59a5.
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Resolved
Actions