Connect to openvpn server using Linux Ubuntu 9.10(Karmic Koala)

    Here steps for conection to vpn server
  • Ininitialy install open vpn client for ubuntu
    sudo apt-get install openvpn
  • Then run following command from terminal
    sudo openvpn openvpn-config.ovpn

    Have fun!