I have two VPNs setup on my Ubuntu machine, one using vpnc and one using PPTP. These were both setup using the GNOME network manager interfaces and work great. However on occasion I need to access this machine remotely - is there a way to connect or disconnect to these VPNs from the command line?
|
|
If you want to interact with NetworkManager from the command line you can use the "nmcli" command. list all NM connections: start connection (wifi, vpn, etc): down connection: (more nmcli commands in the nmcli manpage). Also note that regular users usually don't have permission to control networking. Using the commands above with If that happens to you, it's likely that the VPN password is stored in your user's gnome-keyring, which makes it inaccessible to the root user. This comment explains why. To fix this, edit /etc/NetworkManager/system-connections/ConnectionName and under
And add the following:
Then starting the VPN connection with |
||||
|
|
protected by Community♦ May 31 '12 at 18:58
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.