diff options
Diffstat (limited to 'package/firewall/files/firewall.config')
-rw-r--r-- | package/firewall/files/firewall.config | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 7904ced..bee1625 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -75,6 +75,28 @@ config include # option dest_port 80 # option proto tcp +# port redirect of remapped ssh port (22001) on wan +#config redirect +# option src wan +# option src_dport 22001 +# option dest lan +# option dest_port 22 +# option proto tcp + +# allow IPsec/ESP and ISAKMP passthrough +#config rule +# option src wan +# option dest lan +# option protocol esp +# option target ACCEPT + +#config rule +# option src wan +# option dest lan +# option src_port 500 +# option dest_port 500 +# option proto udp +# option target ACCEPT ### FULL CONFIG SECTIONS #config rule |