Contents

To Top | To Home

This page is ~2KB small.

IWD Configuration for WolfieNet-Secure

If you use IWD, the provided SecureW2 configuration tool might not work for you. Thankfully, you can access the CA Certificate and configure the connection manually!

You will need to download the most up-to-date CA certificate from the non-specific OS SecureW2 page. Replace all strings in angled brackets with information relevant to you. A good place to put your CA cert is /var/lib/iwd/sbu.cer.

/var/lib/iwd/WolfieNet-Secure.8021x

[Security]
EAP-Method=PEAP
EAP-Identity=anonymous@stonybrook.edu
EAP-PEAP-CACert=</path/to/CACert.cer>
EAP-PEAP-Phase2-Method=MSCHAPV2
EAP-PEAP-Phase2-Identity=<Your NetID Username>
EAP-PEAP-Phase2-Password=<Your NetID Password>
EAP-PEAP-ServerDomainMask=*.stonybrook.edu

[Settings]
AutoConnect=true

Return to top