X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=wrt-setup-local;h=17fb9d2adb4ff915f94f5e33aaa0f64b2e9a12b8;hp=567a4a78e67b67334a8f7f7f541f7beee125f630;hb=632c94b8382717f1a06b350c971b8246abbbbe61;hpb=e5fc90391646ea35b06250a90ad3aa3c1c2516dc diff --git a/wrt-setup-local b/wrt-setup-local index 567a4a7..17fb9d2 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) - v cedit host /etc/hosts <