|
@@ -114,6 +114,21 @@ config rule
|
|
|
option family ipv6
|
|
|
option target ACCEPT
|
|
|
|
|
|
+config rule
|
|
|
+ option name Allow-IPSec-ESP
|
|
|
+ option src wan
|
|
|
+ option dest lan
|
|
|
+ option proto esp
|
|
|
+ option target ACCEPT
|
|
|
+
|
|
|
+config rule
|
|
|
+ option name Allow-ISAKMP
|
|
|
+ option src wan
|
|
|
+ option dest lan
|
|
|
+ option dest_port 500
|
|
|
+ option proto udp
|
|
|
+ option target ACCEPT
|
|
|
+
|
|
|
# include a file with users custom iptables rules
|
|
|
config include
|
|
|
option path /etc/firewall.user
|
|
@@ -157,20 +172,6 @@ config include
|
|
|
# option dest_port 22
|
|
|
# option proto tcp
|
|
|
|
|
|
-# allow IPsec/ESP and ISAKMP passthrough
|
|
|
-config rule
|
|
|
- option src wan
|
|
|
- option dest lan
|
|
|
- option proto esp
|
|
|
- option target ACCEPT
|
|
|
-
|
|
|
-config rule
|
|
|
- option src wan
|
|
|
- option dest lan
|
|
|
- option dest_port 500
|
|
|
- option proto udp
|
|
|
- option target ACCEPT
|
|
|
-
|
|
|
### FULL CONFIG SECTIONS
|
|
|
#config rule
|
|
|
# option src lan
|