diff options
-rwxr-xr-x | btc/mining/user/bin/ensure-router | 2 |
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 |