X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-disabled-firewall-rules;fp=wrt-disabled-firewall-rules;h=a0041d70470bba769534d23bc1a82c73772dde3e;hb=d9b78f72ce932fff58c4b031f35f8722d8dbae33;hp=18630cd2f737708b88d08b9538bb9403651bd745;hpb=ce6db3967cb73d7169cc8b410e53e2ecbd506752;p=automated-distro-installer diff --git a/wrt-disabled-firewall-rules b/wrt-disabled-firewall-rules index 18630cd..a0041d7 100644 --- a/wrt-disabled-firewall-rules +++ b/wrt-disabled-firewall-rules @@ -3,20 +3,6 @@ firewall rules, temporarily disabled until I get them working #### begin port forwarding rules #### # each port forward needs corresponding forward in the vpn server -config redirect - option name ssh - option src wan - # example of using a non-standard port - # and comment out the 22 port line - # option src_dport 63321 - # option dest_port 22 # already default - option src_dport 22 - option dest_ip 192.168.1.2 - option dest lan -config rule - option src wan - option target ACCEPT - option dest_port 22 config redirect @@ -71,32 +57,4 @@ config rule -# http server - # for https - # config redirect - # option src wan - # option src_dport 443 - # option dest lan - # option dest_ip 192.168.1.2 - # option proto tcp - - # config rule - # option src wan - # option target ACCEPT - # option dest_port 443 - # option proto tcp - - # config redirect - # option src wan - # option src_dport 80 - # option dest lan - # option dest_ip 192.168.1.2 - # option proto tcp - - # config rule - # option src wan - # option target ACCEPT - # option dest_port 80 - # option proto tcp - #### end port forwarding rules ####