X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=wrt-setup-local;h=b94d13ddbe40e74bd04eb0510ba57dc02b348b49;hp=6201f866f924cce43312e5d25b047b62e2897c19;hb=2230b58f86d24175583f2ce60d271f66d4f122ea;hpb=b5682902b6dce0a3d799e129877c8b43c4509774 diff --git a/wrt-setup-local b/wrt-setup-local index 6201f86..b94d13d 100755 --- a/wrt-setup-local +++ b/wrt-setup-local @@ -573,6 +573,18 @@ config rule option target ACCEPT option dest_port 2208 +config redirect + option name sshbb8 + option src wan + option src_dport 2209 + option dest_port 22 + option dest_ip $l.9 + option dest lan +config rule + option src wan + option target ACCEPT + option dest_port 2209 + config redirect option name icecast option src wan @@ -600,21 +612,7 @@ config rule config redirect - option name vpntp - option src wan - option src_dport 1196 - option dest lan - option dest_ip $l.8 - option proto udp -config rule - option src wan - option target ACCEPT - option dest_port 1196 - option proto udp - - -config redirect - option name httptp + option name httpkd option src wan option src_dport 80 option dest lan @@ -627,7 +625,7 @@ config rule option proto tcp config redirect - option name httpstp + option name httpskd option src wan option src_dport 443 option dest lan @@ -725,10 +723,10 @@ case $hostname in cmc) v cedit host /etc/hosts <