summaryrefslogtreecommitdiffstats
path: root/btc
diff options
context:
space:
mode:
authorroot <root@bergwerk>2011-07-08 06:34:05 +0000
committerroot <root@bergwerk>2011-07-08 06:35:26 +0000
commitefc72df0e8a8115741e60bffed6e5854a43b5b38 (patch)
treecf6f89fc8f8e223f5ac28b9ceb3e60f6bef47342 /btc
parent7deefeb09ce2f188bff67f432078caa255543ff5 (diff)
masquerade wlan0, eth2
Diffstat (limited to 'btc')
-rwxr-xr-xbtc/mining/user/bin/ensure-router2
1 files changed, 2 insertions, 0 deletions
diff --git a/btc/mining/user/bin/ensure-router b/btc/mining/user/bin/ensure-router
index 987ed5b1..ec78f610 100755
--- a/btc/mining/user/bin/ensure-router
+++ b/btc/mining/user/bin/ensure-router
@@ -12,6 +12,8 @@ if ! ifconfig $if | grep -q 'inet addr'; then
beep -l 50 -f 2500; ifconfig $if 0.0.0.0 down || :
beep -l 50 -f 2500; ifconfig $if 23.0.0.1/8 up || :
beep -l 50 -f 2500; /etc/init.d/dnsmasq restart
+ beep -l 50 -f 2500; iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
+ beep -l 50 -f 2500; iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE
if ifconfig $if | grep -q 'inet addr'; then
beep -l 50 -f 2500 -n -l 100 -f 3000
else