Interaction Design WikiSystems Engineering

Bridge Router

SSID: BRIDGE (2.4 Ghz)

Passwort: "internet"

Setup

 

/jffs/scripts/wan-start Expand source
#!/bin/sh

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