2010-05-14 // VPN Uni Freiburg: use it with Ubuntu Linux
I helped my girlfriend's sister to configure the university's VPN on her Ubuntu notebook a few weeks ago. The available documents simply…
. Only two PDFs are containing some hints. Additionally, the IT guys can't help you.1)
However… it worked after all. If someone has the same problem, here are a my hints to get the University Freiburg VPN connection established:
- Install VPNC:2)
sudo apt-get install network-manager-vpnc
Please restart your network or reboot after installation, otherwise it may not work. - “Username” is your RZ account username.
- “Password” is your RAS password (
NOT your common RZ account password). - Fill out the gateway3) and groupname + grouppassword:
- if you are using the campus network (WLAN/red LAN boxes):
ipsec-rz.vpn.uni-freiburg.deandcampus+campus - if you want to connect via internet:
home-rz.vpn.uni-freiburg.deandhome+home
Now you should be able to establish/close the connection by a simple click on the VPN profile using the network manager applet (look at the first screenshot, there you can see the profile “VPN Uni Freiburg Home” I created before writing this post). Hope that helps
Comments
I followed your instuctions…I hope it will work tomorrow! That pdf they gave us is too bad! You should suggest them to insert a link to your page in the university website!!
Leave a comment…
- E-Mail address will not be published.
- Formatting:
//italic// __underlined__
**bold**''preformatted'' - Links:
[[http://example.com]]
[[http://example.com|Link Text]] - Quotation:
> This is a quote. Don't forget the space in front of the text: "> "
- Code:
<code>This is unspecific source code</code>
<code [lang]>This is specifc [lang] code</code>
<code php><?php echo 'example'; ?></code>
Available: html, css, javascript, bash, cpp, … - Lists:
Indent your text by two spaces and use a * for
each unordered list item or a - for ordered ones.




Thank you very much, it was quite useful.