6/17/2010

VPN in Ubuntu 10.04

Ubuntu 10.04
Cisco VPN setup, steps:

  1. Install various VPN components
    • PPTP
      • pptp-linux
      • network-manager-pptp
    • VPNC

      • vpnc
      • network-manager-vpnc

    • OpenConnect
      • openconnect
      • network-manager-openconnect

  2. Reboot
  3. Create new PPTP connection
    • Create new PPTP connection
      • VPN Tab Settings
      • Set Connection name
      • Set Gateway
      • Set username (for domain-based user accounts, use domain\username)
      • DO NOT SET PASSWORD
      • DO NOT SET NT DOMAIN


then go to vpn wizard and connect:
connection established, but no ping available;
so then in terminal type: netstat -n -r;
in list select gateway name and type route add -net [IP of connection you would like to install] -gw [name of gateway from list] tun0;

Немає коментарів: