diff options
author | Mike Baker <mbm@openwrt.org> | 2005-07-20 19:58:40 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-07-20 19:58:40 +0000 |
commit | 6a4f0e2b5488b191d8d96482717f56984bc2e386 (patch) | |
tree | c955985cd7d6588cb3e96865f49181f809cf2b85 /openwrt/package/base-files/default/etc/firewall.user | |
parent | 5ea9dc5f57a7c9fe3fd6fc891a3e3409986da2de (diff) | |
download | mtk-20170518-6a4f0e2b5488b191d8d96482717f56984bc2e386.zip mtk-20170518-6a4f0e2b5488b191d8d96482717f56984bc2e386.tar.gz mtk-20170518-6a4f0e2b5488b191d8d96482717f56984bc2e386.tar.bz2 |
updates from whiterussian
SVN-Revision: 1504
Diffstat (limited to 'openwrt/package/base-files/default/etc/firewall.user')
-rwxr-xr-x | openwrt/package/base-files/default/etc/firewall.user | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/firewall.user b/openwrt/package/base-files/default/etc/firewall.user index 1781bd4..7a13141 100755 --- a/openwrt/package/base-files/default/etc/firewall.user +++ b/openwrt/package/base-files/default/etc/firewall.user @@ -14,7 +14,7 @@ iptables -t nat -F postrouting_rule ### The "-i $WAN" literally means packets that came in over the $WAN interface; ### this WILL NOT MATCH packets sent from the LAN to the WAN address. -### Allow SSH from WAN +### Allow SSH on the WAN interface # iptables -t nat -A prerouting_rule -i $WAN -p tcp --dport 22 -j ACCEPT # iptables -A input_rule -i $WAN -p tcp --dport 22 -j ACCEPT |