<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Blog by Tim Bishop &#187; kent</title>
	<atom:link href="http://www.bishnet.net/tim/blog/tag/kent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bishnet.net/tim/blog</link>
	<description>"For a moment, nothing happened. Then, after a second or so, nothing continued to happen." -- HHGTTG</description>
	<lastBuildDate>Mon, 02 Nov 2009 17:58:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eduroam on FreeBSD</title>
		<link>http://www.bishnet.net/tim/blog/2008/11/07/eduroam-on-freebsd/</link>
		<comments>http://www.bishnet.net/tim/blog/2008/11/07/eduroam-on-freebsd/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:06:20 +0000</pubDate>
		<dc:creator>Tim Bishop</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[eduroam]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[kent]]></category>

		<guid isPermaLink="false">http://www.bishnet.net/tim/blog/?p=104</guid>
		<description><![CDATA[How to get the Eduroam wireless network at the University of Kent to work on FreeBSD.


Related posts:<ol><li><a href='http://www.bishnet.net/tim/blog/2008/11/08/freebsd-with-netgear-wg311t/' rel='bookmark' title='Permanent Link: FreeBSD with Netgear WG311T'>FreeBSD with Netgear WG311T</a></li><li><a href='http://www.bishnet.net/tim/blog/2008/07/16/freebsd-stuff/' rel='bookmark' title='Permanent Link: FreeBSD stuff'>FreeBSD stuff</a></li><li><a href='http://www.bishnet.net/tim/blog/2006/05/12/nfsipsec-performance/' rel='bookmark' title='Permanent Link: NFS+IPsec Performance'>NFS+IPsec Performance</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>We use the <a href="http://www.kent.ac.uk/itservices/wireless/">Eduroam wireless network</a> at the <a href="http://www.kent.ac.uk/">University of Kent</a>. There&#8217;s various guides for getting it working on Linux, but I thought I&#8217;d try on FreeBSD. It&#8217;s pretty simple.</p>
<p>First create <code>/etc/wpa_supplicant.conf</code> with the following content:</p>
<blockquote><p><code>network={<br />
ssid="eduroam"<br />
proto=WPA WPA2<br />
key_mgmt=WPA-EAP<br />
eap=PEAP<br />
group=TKIP<br />
identity="tdb@kent.ac.uk"<br />
password="YourPassword"<br />
}</code></p></blockquote>
<p>Then add the following to <code>/etc/rc.conf</code>:</p>
<blockquote><p><code>ifconfig_ath0="WPA DHCP"</code></p></blockquote>
<p>Replacing <code>ath0</code> with your wireless adapter if it&#8217;s different.</p>
<p>Then start it up as follows (or reboot):</p>
<blockquote><p><code># /etc/rc.d/netif start</code></p></blockquote>
<p>You can use <code>ifconfig</code> to confirm the link is up, and <code>ping</code> to test.</p>
<p>For more general information about wireless networking in FreeBSD please see <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html">this section of the handbook</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.bishnet.net%2Ftim%2Fblog%2F2008%2F11%2F07%2Feduroam-on-freebsd%2F&amp;linkname=Eduroam%20on%20FreeBSD"><img src="http://www.bishnet.net/tim/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://www.bishnet.net/tim/blog/2008/11/08/freebsd-with-netgear-wg311t/' rel='bookmark' title='Permanent Link: FreeBSD with Netgear WG311T'>FreeBSD with Netgear WG311T</a></li><li><a href='http://www.bishnet.net/tim/blog/2008/07/16/freebsd-stuff/' rel='bookmark' title='Permanent Link: FreeBSD stuff'>FreeBSD stuff</a></li><li><a href='http://www.bishnet.net/tim/blog/2006/05/12/nfsipsec-performance/' rel='bookmark' title='Permanent Link: NFS+IPsec Performance'>NFS+IPsec Performance</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bishnet.net/tim/blog/2008/11/07/eduroam-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
