You are not logged in
Login
Create
  Message Boards   Articles   Calendar   Polls   Guide   Maps   Chatroom   Search   Help/Info  

We've got articles about allsorts - you can write an article yourself if you like, or you can comment on other people's writing
Use of the Sinner indicates acceptance of the Terms and Conditions

Using traditional names for things is:

Essential
(vote for this option) (10 Votes, 33%)

Inoffensive
(vote for this option) (16 Votes, 53%)

Pointless
(vote for this option) (2 Votes, 6%)

Offensive
(vote for this option) (1 Vote, 3%)

Let's go eat a Bejant
(vote for this option) (1 Vote, 3%)


Suggested by Jono, Started 8th May

> See more polls
> Log in to suggest a poll.

Friday 9 May
> As You Like It
Saturday
> 100% Handmade Music - Open Mic Sessions
Sunday
> As You Like It
> See more Dates
> Log in to post an event.

> Articles
> Message Boards
> Polls
> Calendar
> About the site
> Terms and conditions

Janet Roaming on Linux

 

Setting Janet Roaming up for Linux is far easier then for the old system. Basically, all you need is your wireless working and WPA_supplicant.

The settings that worked for me on Arch Linux and should work with few modifications for any other systems are as follows:

just place the following code in your wpa_supplicant config.


ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
network={
ssid="eduroam"
proto=WPA WPA2
scan_ssid=1
key_mgmt=WPA-EAP
group=CCMP TKIP
eap=TTLS
ca_cert="location/of/cacert.crt"

anonymous_identity="@st-andrews.ac.uk"
phase2="auth=PAP"
identity="username@st-andrews.ac.uk"
password="password"
}

You also will need to download the university certificate from here It's important that the anonymous_identity is left as it is in the config - it's not a typo.

There are guides for other universities but the config here works on the St Andrews system for me.

Posted 01:47, 10th Oct 2007 by  Darkwind  in section Features  (suggest an article in this category)


Readers' Comments
If you have any comments about this article (maybe you agree with it, maybe you don't) feel free to let us know!

Post a message about this article <

There are no messages