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.de
andcampus
+campus
- if you want to connect via internet:
home-rz.vpn.uni-freiburg.de
andhome
+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!!

It works for me with this guide but my public IP does somehow not change to the University but remains with my ISP… Any idea why that is?

Great help, Thank you! Some additional info: If you want to cofigure your vpn, so you can have online journal access you have to use book + book as groupname and groupassword.
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.