X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=wrt-setup-local;h=4b61c08d82b9e3b1c9a5c046218c58d219c75094;hp=567a4a78e67b67334a8f7f7f541f7beee125f630;hb=dd9b3506bc63b26a5e58590dd615688809c6c14d;hpb=e5fc90391646ea35b06250a90ad3aa3c1c2516dc diff --git a/wrt-setup-local b/wrt-setup-local index 567a4a7..4b61c08 100755 --- a/wrt-setup-local +++ b/wrt-setup-local @@ -526,6 +526,17 @@ config rule option target ACCEPT option dest_port 2208 +config redirect + option name icecast + option src wan + option src_dport 8000 + option dest_port 8000 + option dest_ip $l.2 + option dest lan +config rule + option src wan + option target ACCEPT + option dest_port 8000 config rule option name sshwrt @@ -658,47 +669,27 @@ $l.12 demohost $l.13 trp 72.14.176.105 li 2600:3c00::f03c:91ff:fe6d:baf8 li -85.119.83.50 bk -2001:ba8:1f1:f0c9::2 bk # netns creation looks for next free subnet starting at 10.173, but I only # use one, and I would keep this one as the first created. 10.173.0.2 transmission EOF case $hostname in - wrt) + cmc) v cedit host /etc/hosts <