I need to connect to my employer's VPN from my Slackware desktop system at home.
I can connect from my home network on both a Windows 7 laptop of my own, and from a MacBook Air that was issued to me. I set up the Win 7 laptob by duplicating the information from the MacBook. I used the "Setup a connection or network" dialog in the "Network and Sharing Center" in Windows 7, and chose the "Connect to a Workplace" option to set up the VPN connection. After providing the IP address and authentication information, I was able to establish a connection, just like that from the MacBook.
How do I do this from my Slackware desktop system? There doesn't appear to be anything in the default Slackware installation that supports the creation of a VPN connection.
I've installed some packages from Slackbuilds.org, but I don't know what to configure to set up a VPN connection like the one that Windows created. Here are the packages I installed:
Code:
pptp-1.8.0-x86_64-1_SBo
NetworkManager-pptp-0.9.8.4-x86_64-1_SBo
NetworkManager-openvpn-0.9.8.4-x86_64-1_SBo
NetworkManager-vpnc-0.9.8.6-x86_64-1_SBo
sstp-client-1.0.9-x86_64-1_SBo
openconnect-5.01-x86_64-1_SBo
NetworkManager-openconnect-0.9.8.4-x86_64-1_SBo
kde-networkmanagement-openconnect-0.9.0.9-x86_64-1_SBo
It was sort of a shotgun approach. I wasn't sure what I needed, so I installed everything that looked plausible.
I'm not running NetowrkManager on this system, as it's a statically configured desktop with a simple wired LAN connection and no wifi, but I can turn on NetworkManager if it would be helpful for establishing the VPN connection.
I tried using pptp, but I don't really understand what I need to set up. It appears that pptp uses pppd, or else pppd uses pptp. pppd is one of the Slackware default packages. Anyway, reading the man pages for pppd and pptp didn't much clarify it for me.
What do I need to do to define the connection and start it?