SSID: BRIDGE (2.4 Ghz)

Passwort: "internet"

Setup

 

#!/bin/sh

if [ "$(ifconfig eth0 | grep -c 10.132)" == '1' ]; then
  sleep 5
  killall -s USR1 udhcpc
fi