Main Menu
Home
Search
Support
How To's
OpenWiki
Contact Us
Users Blogs
User HowTo's
Announcements
Google Translation

 

 

 

 

Poptop VPN Server PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Paul Matthews   

Poptop is a VPN server, it creates network that is constructed by using public wires to connect nodes. Poptop use encryption and other security mechanisms to ensure that only authorized users can access the network and that the data cannot be intercepted.

Name: poptop
HomePage: http://www.poptop.org/
Function:  Poptop is the PPTP server solution for Linux, PPTP stands for Point to Point Tunneling Protocol

 

1. Download the poptop VPN server (pptpd) RPM from http://www.poptop.org/

 

vpn Poptop VPN Server

 

2. Download the ppp VPN server (ppp) RPM from http://www.poptop.org/ 

 

vpn Poptop VPN Server

 

2. Install the ppp RPM

rpm -ivh ppp-2.4.3-5.rhel4.i386.rpm

 

vpn Poptop VPN Server

 

3. Once ppp is installed, you’ll need to install poptop VPN server

 

rpm -ivh pptpd-1.3.3-1.rhel4.i386.rpm

 

vpn Poptop VPN Server

 

4. Finally start the poptop server

 

/etc/init.d/pptpd start 

 

vpn Poptop VPN Server

 

5. Edit the pptpd.conf file to change the settings of the VPN server

 

nano /etc/pptpd.conf

6. There is also a good webmin module for managing this server (http://www.webmin.com)

 


Trouble Shooting:



Go to the wiki page

Go to the 'Contact Us ' Forum

Go to the how-to's Support Forum


External Links:

http:// 

Last Updated ( Sunday, 03 June 2007 )