X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-disabled-firewall-rules;h=c126d432d33d1a441a4df69de52abf5ef4557ff5;hb=99439572819ac875b329189d7b9162a5bb8bc805;hp=18630cd2f737708b88d08b9538bb9403651bd745;hpb=ce6db3967cb73d7169cc8b410e53e2ecbd506752;p=automated-distro-installer diff --git a/wrt-disabled-firewall-rules b/wrt-disabled-firewall-rules index 18630cd..c126d43 100644 --- a/wrt-disabled-firewall-rules +++ b/wrt-disabled-firewall-rules @@ -3,20 +3,10 @@ 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 + + +#http/https + config redirect @@ -71,32 +61,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 ####