summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c52eba9..4731aa3 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2510,7 +2510,9 @@ pass out all keep state label "let out anything from firewall host itself"
EOD;
- $ipfrules .= create_firewall_outgoing_rules_to_itself();
+ //$ipfrules .= create_firewall_outgoing_rules_to_itself();
+ /* permit internal ipsec outbound traffic */
+ $ipfrules .="pass out on \$enc0 keep state label \"IPsec internal host to host\"";
/* allow PPTP traffic if PPTP client is enabled on WAN */
OpenPOWER on IntegriCloud