Hauptmenü öffnen

/dev/null β

Änderungen

Wohnheim-Router

7 Bytes entfernt, 12:36, 27. Apr. 2016
keine Bearbeitungszusammenfassung
* Dateiname: wpasupplicant.conf
* Inhalt der Datei:
<code>
# wpa_supplicant configuration file for IEEE 802.1X authentication
 
<pre>
# wpa_supplicant configuration file for IEEE 802.1X authentication
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
password="<PASSWORD>"
}
</ codepre
5. WAN Schnitstellenname ermitteln mit Befehl auf Router Konsole
* uci get network.wan.ifname
* wpa_supplicant -i HIER_NAME_VOM_WAN_INTERFACE -D wired -c /etc/config/wpasupplicant.conf -B -dd -t
* Beispiel eingesetzt aus Schritt 5: wpa_supplicant -i eth0 -D wired -c /etc/config/wpasupplicant.conf -B -dd -t
 
7. init script erstellen
<codepre>
#!/bin/sh /etc/rc.common
# Example script
killall wpa_supplicant
}
</codepre>
16
Bearbeitungen