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
commit6a6b56c1821d435131be8c9b67f4406816b1409a (patch)
tree07b0eb9e354b135f7361e35f6b3d44f2fa75fe50 /btc
parent220dd3a504f3c5d30baabfdf9a4fa44d583c297e (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