diff options
author | root <root@bergwerk> | 2011-07-08 06:34:05 +0000 |
---|---|---|
committer | root <root@bergwerk> | 2011-07-08 06:35:26 +0000 |
commit | 7d0a872e905eef8dfc51770f4f56f4fb61f82147 (patch) | |
tree | 896d1889a8c25dabf76d871b2b9614e5dc45f4bc /mining | |
parent | f0fee525ea1df6c8009f7f953b7c4a9a31f54529 (diff) |
masquerade wlan0, eth2
Diffstat (limited to 'mining')
-rwxr-xr-x | mining/user/bin/ensure-router | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mining/user/bin/ensure-router b/mining/user/bin/ensure-router index 987ed5b1..ec78f610 100755 --- a/mining/user/bin/ensure-router +++ b/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 |