Posts

Showing posts from March 2, 2010

Configuring poptop VPN Server

Hi Friends,                   Let us discuss How to Configure poptop VPN Server on Linux(CentOS5.3) System. 1.) First of all Install all the required Libraries and pptd Server on Linux System. 2.) You can also make the use of yum to install the pptp server as...          # yum -y install ppp 3.) After you make sure that you have ppp installed, download and install Poptop. You can get the RHEL/CentOS 5 RPMs from net easily. 4.) After installing Poptop, open the file /etc/pptpd.conf.      # vi /etc/pptpd.conf                    Go to the end of the file where you can see examples of localip and remoteip. Below them add your own values for localip and remoteip. localip      10.0.0.1 remoteip     10.0.0.10-100 ...