small updates
[automated-distro-installer] / wrt-setup
index b244bcaa8985955dba072980afbb0db164324e22..82f71934ad72f59b28905226b4f2e27882218758 100755 (executable)
--- 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
@@ -238,10 +245,9 @@ v cedit /etc/hosts <<EOF || dnsmasq_restart=true
 72.14.176.105 li
 45.33.1.160 lj
 138.68.10.24 dopub
-# cant ssh to do when on vpn. some routing/firewall rule or something,
-# I don't know. I can get there from wrt but not my machine.
-# but we can get to it from this address, so, good enough.
-10.8.0.1 do
+# 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