c3d2-wiki/WLAN%2FopenRADIUS.mw

34 lines
1004 B
Plaintext
Raw Normal View History

2015-05-20 13:56:02 +02:00
WPA2-EAP (CCMP AES) mit beliebigen login credentials, für ein "offenes" netz jedoch mit transportverschlüsselung (zwischen Client und AP)
2015-05-20 13:56:02 +02:00
* Proto: EAP-TTLS
* AP: '''C3D2.anybert'''
* Benutzername: '''anonymous'''
* Password: '''anonymous'''
2015-05-20 13:56:02 +02:00
<code>EAP-TTLS, Username: anonymous, Password: anonymous, RADIUS: lxc-to-go anybert in VirtualBox auf FreeNAS</code>
2015-05-20 14:00:16 +02:00
<source lang=bash>wpa_supplicant.conf EXAMPLE
2015-05-20 13:56:02 +02:00
network={
ssid="C3D2.anybert"
key_mgmt=WPA-EAP
eap=TTLS
phase2="auth=PAP"
identity="anonymous"
password="anonymous"
priority=25
}
2015-05-20 14:00:16 +02:00
</source>
siehe: https://wiki.c3d2.de/WLAN#WLAN
2015-05-20 15:27:20 +02:00
2015-05-20 15:28:23 +02:00
FreeRADIUS Server, per lxc-to-go, im lxc-to-go Debian VServer, per VirtualBox, auf FreeNAS (storage)
2015-05-20 15:27:20 +02:00
https://github.com/plitc/lxc-to-go
2015-05-20 15:28:53 +02:00
<source lang=bash> ./lxc-to-go-template.sh</source>
2015-05-20 15:27:20 +02:00
2015-05-20 15:28:53 +02:00
TEMPLATE: org.openwrt.freeradius.anonymous-eap-ttls
2015-05-20 15:27:20 +02:00
https://github.com/plitc/lxc-to-go/blob/master/hooks/templates/org.openwrt.freeradius.anonymous-eap-ttls