X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cf06be139539bebb2ebbfd955ba582186f88746a..437bd1772aceb2fc48ac5b11d68b366d0516715e:/package/firewall/files/firewall.config diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 7904cedb8..c852f4b00 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -8,12 +8,14 @@ config defaults config zone option name lan + option network 'lan' option input ACCEPT option output ACCEPT option forward REJECT config zone option name wan + option network 'wan' option input REJECT option output ACCEPT option forward REJECT @@ -75,6 +77,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