Raspberry Pi in Turmlabor-WLAN (IEEE 802.1x) einbinden: Difference between revisions
Jump to navigation
Jump to search
(Created page with "```[connection] id=turmlabor uuid=f4dd4797-61a3-4bf0-a0cb-4b950746816e #evtl. anpassen type=wifi interface-name=wlan0 permissions=user:pi:; [wifi] mac-address-blacklist= mode=infrastructure ssid=turmlabor [wifi-security] auth-alg=open key-mgmt=wpa-eap [802-1x] eap=ttls; identity=$USER password=$PASSWORD phase2-auth=pap [ipv4] dns-search= method=auto [ipv6] addr-gen-mode=stable-privacy dns-search= method=auto [proxy] ```") |
No edit summary |
||
Line 1: | Line 1: | ||
<code>[connection] | |||
id=turmlabor | id=turmlabor | ||
uuid=f4dd4797-61a3-4bf0-a0cb-4b950746816e #evtl. anpassen | uuid=f4dd4797-61a3-4bf0-a0cb-4b950746816e #evtl. anpassen | ||
Line 31: | Line 31: | ||
[proxy] | [proxy] | ||
</code> |
Revision as of 08:37, 10 June 2023
[connection]
id=turmlabor
uuid=f4dd4797-61a3-4bf0-a0cb-4b950746816e #evtl. anpassen
type=wifi
interface-name=wlan0
permissions=user:pi:;
[wifi]
mac-address-blacklist=
mode=infrastructure
ssid=turmlabor
[wifi-security]
auth-alg=open
key-mgmt=wpa-eap
[802-1x]
eap=ttls;
identity=$USER
password=$PASSWORD
phase2-auth=pap
[ipv4]
dns-search=
method=auto
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
method=auto
[proxy]