![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Dipped in Ubuntu
![]() Join Date: Oct 2005
Location: Dallas
Beans: 616
Ubuntu 7.04 Feisty Fawn
|
This process has been made MUCH easier in Edgy and Feisty. I just never updated this...and I'm sorry. In order for legacy support, I'm leaving up Dapper/Breezy/Hoary instructions.
Feisty/Edgy x86 You will need NetworkManager installed: Code:
sudo apt-get install network-manager-gnome network-manager-pptp Code:
sudo NetworkManager restart Feisty/Edgy AMD64 (thanks go to nyvalbant) Grab the AMD64 Packages from this page. Convert and install them using this command: Code:
sudo alien filename.rpm sudo dpkg -i filename.deb Code:
sudo apt-get install pptpconfig Code:
pon <profile name> Finally, after you have a ppp0 network, you may need to fix your routing table using something like: Code:
sudo route add -net 11.22.0.0 netmask 255.255.0.0 dev ppp0 Dapper/Breezy/Hoary After much searching for how to connect to a plain old PPTP VPN, I finally figured out how to do it, and since there's no guide on here that doesn't relate to the Cisco client, I figured I'd post one. The source of this information is at the bottom of the post. Here goes: 1. First, you need to install the pptp-client for Linux. Open up the terminal and type in: Code:
sudo apt-get install pptp-linux Run this command. Code:
sudo gedit /etc/apt/sources.list Code:
# James Cameron's PPTP GUI packaging deb http://quozl.netrek.org/pptp/pptpconfig ./ 3. Run these commands in the terminal: Code:
sudo apt-get update sudo apt-get install pptpconfig Code:
sudo pptpconfig 5. Enter in the info for your VPN to the GUI, click "Add," select the server you just added by clicking on it, and then hit "Start." Make sure that your options are set, as well. If you are unsure of what options your VPN needs, contact your system administrator. For a more complete guide, check out this site: http://pptpclient.sourceforge.net/ho....phtml#install Last edited by endersshadow; July 7th, 2007 at 02:39 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|