<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Pfsense as WPA2 Enterprise Client]]></title><description><![CDATA[<p dir="auto">Hi does Anyone now how to SetUp PFsense as a WPA2 Client with Certificates?<br />
Maybe with writting directly in a conf file?</p>
<p dir="auto">Regards</p>
]]></description><link>https://forum.netgate.com/topic/4042/pfsense-as-wpa2-enterprise-client</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 17:20:26 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/4042.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Apr 2007 21:08:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pfsense as WPA2 Enterprise Client on Thu, 05 Apr 2007 16:55:13 GMT]]></title><description><![CDATA[<p dir="auto">Interesting, maybe these parameters could just be integrated into the gui?</p>
]]></description><link>https://forum.netgate.com/post/152530</link><guid isPermaLink="true">https://forum.netgate.com/post/152530</guid><dc:creator><![CDATA[hoba]]></dc:creator><pubDate>Thu, 05 Apr 2007 16:55:13 GMT</pubDate></item><item><title><![CDATA[Reply to Pfsense as WPA2 Enterprise Client on Thu, 05 Apr 2007 14:06:32 GMT]]></title><description><![CDATA[<p dir="auto">So after searching a little bit i was able to use PFsense as an Wpa2 Enterprise Client with EAP TTLS.<br />
The configuration file for the wpa_supplicant_ath0.conf which was provided by the university was the following:<br />
ctrl_interface=/var/run/wpa_supplicant<br />
ctrl_interface_group=0<br />
eapol_version=1<br />
ap_scan=1<br />
fast_reauth=1<br />
network={<br />
        ssid="TUD"<br />
        proto=WPA2<br />
        key_mgmt=WPA-EAP<br />
        eap=TTLS<br />
        anonymous_identity="anonymous"<br />
        identity=".ichbins.hrz.tu"<br />
        password="das ist mein Password"<br />
        ca_cert="/etc/tmp/tud.pem"<br />
        phase2="auth=PAP"<br />
}</p>
<p dir="auto">However the Problem with this Approach is, that if i Click on the Status-&gt;interface-&gt;Wan (release/renew) button it will take the Parameters from config.xml.<br />
Adding the following tags to config.xml<br />
&lt;eap&gt;TTLS&lt;/eap&gt;<br />
&lt;anonymous_identity&gt;"anonymous"&lt;/anonymous_identity&gt;<br />
&lt;identity&gt;".ichbins.hrz.tu"&lt;/identity&gt;<br />
&lt;password&gt;"das ist mein Password"&lt;/password&gt;<br />
&lt;ca_cert&gt;"/tmp/tudcerts.pem"&lt;/ca_cert&gt;<br />
&lt;phase2&gt;"auth=PAP"&lt;/phase2&gt;</p>
<p dir="auto">Did not work, could some give me a hint on how to "expand" config.xml for this additional fields, that the generated wpa_supplicant_ath0.conf will match the one provided from the University ?<br />
Regards</p>
]]></description><link>https://forum.netgate.com/post/152522</link><guid isPermaLink="true">https://forum.netgate.com/post/152522</guid><dc:creator><![CDATA[tec]]></dc:creator><pubDate>Thu, 05 Apr 2007 14:06:32 GMT</pubDate></item></channel></rss>