Reyk Floeter <[email protected]> writes:
> On Wed, Jan 23, 2013 at 5:41 PM, Erling Westenvik
> <[email protected]> wrote:
>> I need to connect my ThinkPad T500 running 5.2 current to the wifi
>> network here at my university. E.g. the "eduroam" network which is
>> available at most universities through, at least, Europe. After Googling
>> around for a while I'm not sure whether OpenBSD yet has support for WPA2
>> and PEAP/MSCHAPv2. And if it does: if someone could provide me with a
>> sample ifconfig?
>>
>
> I haven't checked wpa_supplicant for a while, but you can find it in
> ports and some people actually seem to use it with OpenBSD.
>
> You can even find examples, the following is from a university in
> Germany
> (http://www.rz.rwth-aachen.de/aw/cms/rz/Themen/unsere_dienste/kommunikation/netzbetrieb/dienste/wlan/installation/~sib/openbsd/?lang=de):
This webpage shows something that looks like a FreeBSD configuration,
only with s/Free/Open/.
> network={
> ssid="eduroam"
> key_mgmt=WPA-EAP
> eap=TTLS
> identity="[email protected]"
> anonymous_identity="[email protected]"
> password="PASSWORT-FÜR-TIM-ACCOUNT"
> ca_cert="/etc/certs/eduroam-chain.pem"
> phase2="auth=PAP"
> }
>
> But, again, I haven't tested it myself.
I don't think they have either. :)
> Reyk
--
Jérémie Courrèges-Anglas
GPG Key Fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494