[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Working PPTP Server config (Linux)
- From: "Brian" <blanda mnsi net>
- To: <users lists freeswan org>
- Cc: <redhat-list redhat com>
- Subject: Working PPTP Server config (Linux)
- Date: Sat Jun 29 07:45:01 2002
Here is a working PPTP Server for Linux, I used again Suse 8.0 pro and I
installed pptp and configure it for Microsoft PPTP Server , then I
configured Windows 2000 PRo or Win9X for PPTP client. It work great.....
Enjoy
1.) My windows2000 pro with the PPTP client ip address 192.168.0.50
2.) My Linux PPTP Server ip address is 192.168.0.45
---------------------------------------------------------
PPTPD.conf file ( this file is on the Linux PPTP Server )
The PPTPD.conf file is located at /etc
-----------------------
speed 115200
option /etc/ppp/options
localip 192.168.0.45 ( ip address of the PPTP Server)
remoteip 192.168.0.70-80 ( This is the ip range on Client side )
------------------------
-------------------------------------------------------------
Chap-Secrets File ( This setups the user and password)
(brian, is the user; time, is the password )
The Chap_Secert file is located at /etc/ppp
brian * time *
-------------------------------------------------------------
Options ( File )
The file is located at /etc/ppp
lock
debug
require-pap
require-pap
require-pap
auth
+chap
+chapms
+chapms-v2
mppe-40
mppe-128
mppe-stateless
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]