X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/eecea368549d66ebf2553f5c99d416113a8c8b89..a25fe1d267f0e4b7067af69877c1f69592321830:/package/firewall/files/firewall.config diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 7682ace78..bee162549 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -31,6 +31,7 @@ config rule option proto udp option dest_port 68 option target ACCEPT + option family ipv4 #Allow ping config rule @@ -74,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