Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

SSID: BRIDGE (2.4 Ghz), BRIDGE5 (5 Ghz)

Passwort: "internet"

Setup

  1. Custom firmware für Enterprise Verschlüsselung installieren:
    https://github.com/RMerl/asuswrt-merlin
     
  2. DHCP Reset Skript installieren:
    /jffs/scripts/dhcpc-event
    #!/bin/sh
    
    if [ "$(ifconfig eth0 | grep -c 10.132)" == '1' ]; then
      sleep 5
      killall -s USR1 udhcpc
    fi