X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-setup;h=c04708da3276d2533e015eb81631d11f50e2b157;hb=a018c3030b0ebd751d5667efd96c2fd32f2423e0;hp=8293e9d1325fa961e2a894f0c3df71da6dd69032;hpb=1b26da151c100d0c58910228d24ee52297da3974;p=automated-distro-installer diff --git a/wrt-setup b/wrt-setup index 8293e9d..c04708d 100755 --- a/wrt-setup +++ b/wrt-setup @@ -172,6 +172,13 @@ v /etc/init.d/nfsd enable # EOF +v cedit /etc/config/network <<'EOF' || v /etc/init.d/network reload +config 'route' 'transmission' + option 'interface' 'lan' + option 'target' '10.173.0.0' + option 'netmask' '255.255.0.0' + option 'gateway' '192.168.1.2' +EOF v cedit /etc/config/firewall <<'EOF' || firewall_restart=true config redirect @@ -228,20 +235,19 @@ EOF dnsmasq_restart=false v cedit /etc/hosts <