Connect to wlan via vpn under Ubuntu 9.04

<p>To connect to the internet via vpn and wlan you first have to get an ip address from the wlan accesspoint. After this you can build up the vpn tunnel and register yourself in one step. This is safe and comfortable if you are working at your workplace. With Windows XP (SP3) this works without problems.</p><p>But when I use Ubuntu 9.04 I cannot connect to the server to register. On the TU I can only receive an ip address, open a browser an type my username and password in the login-field. This does not seem to be very secure due to the fact that the connection is not encrypted when sending this information. Interestingly the connection from home to the vpn-server (which has another ip than the first one) works fine without problems.</p>
2 answers

Add route to vpn server

  1. Make a normal profile for your vpn connection.
  2. Because there is a bug with the vpnc in Ubuntu 9.04 you have to do route add <ip_of_vpn_server> dev eth1 before calling sudo vpnc ...

Taggings:

Add route to vpn server

  1. Make a normal profile for your vpn connection.
  2. Because there is a bug with the vpnc in Ubuntu 9.04 you have to do route add <ip_of_vpn_server> dev eth1 before calling sudo vpnc ...

EDIT: This is not the solution to the challenge mentioned above, but for https://techscreen.tuwien.ac.at/?q=node/325 Sorry! :)

Taggings: