[pptp-server] win2k, pptpd 1.1.2, pppd 2.4.0 and Linux 2.4.2

Gill, Vern vgill at technologist.com
Sun Apr 1 12:26:55 CDT 2001


For what it's worth to all of you, I have successfully connected to
pptpd-1.1.2/pppd-2.4.0 from w2ksp1. This is right across my lan, but
that shouldn't matter. If anyone wants to try connecting to my system
from a w2k client, let me know and I will set an acct. for you...

Just in case, here are my configs;
/etc/ppp/options.pptpd
#debug
#kdebug 9
lock
proxyarp
name xxxxxx
auth
+chap
+chapms
+chapms-v2
# This will remove the domain in front of the username
# E.G. DOMAIN\\username becomes username
chapms-strip-domain
#mppe-40
mppe-128
mppe-stateless
require-chap
require-mppe
require-mppe-stateless
ms-dns 192.168.xxx.xxx
ms-dns xxx.xxx.xxx.xxx
ms-wins 192.168.xxx.xxx
ms-wins 192.168.xxx.xxx
idle 1800
mtu 1490
mru 1490
ipcp-accept-local
ipcp-accept-remote
lcp-echo-failure 30
lcp-echo-interval 5
deflate 0
ipx
ipx-network 4

/etc/pptpd.conf
speed 115200
option /etc/ppp/options.pptp
debug
localip 192.168.xxx.1
remoteip 192.168.xxx.40-49
#ipxnets 00001000-00001FFF
#listen 192.168.xxx.1
pidfile /var/run/pptpd.pid

# pptpd -v
PoPToP v1.1.2

# pppd -v
pppd version 2.4.0

# grep ppp /etc/modules.conf
alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate #  From original RFC draft
alias ppp-compress-26 ppp_deflate #  Final standard per ppp-2.3.4 README

/var/log/messages
Apr  1 10:13:16 xxxxx pptpd[1990]: CTRL: Starting call (launching pppd,
opening
GRE)
Apr  1 10:13:16 xxxxx pppd[1991]: pppd 2.4.0 started by root, uid 0
Apr  1 10:13:16 xxxxx pppd[1991]: Using interface ppp1
Apr  1 10:13:16 xxxxx pppd[1991]: Connect: ppp1 <--> /dev/pts/0
Apr  1 10:13:19 xxxxx pptpd[1990]: CTRL: Ignored a SET LINK INFO packet
with real ACCMs!
Apr  1 10:13:19 xxxxx pppd[1991]: MSCHAP-v2 peer authentication
succeeded
for user
Apr  1 10:13:19 xxxxx pppd[1991]: found interface eth0 for proxy arp
Apr  1 10:13:19 xxxxx pppd[1991]: local  IP address 192.168.xxx.1
Apr  1 10:13:19 xxxxx pppd[1991]: remote IP address 192.168.xxx.31
Apr  1 10:13:19 xxxxx pppd[1991]: MPPE 128 bit, stateless compression
enabled
Apr  1 10:13:19 xxxxx pppd[1991]: stateless MPPE enforced
Apr  1 10:13:19 xxxxx pppdparam: Connection speed is 115200
Apr  1 10:13:19 xxxxx pppdparam: New IP Address is 192.168.xxx.1
Apr  1 10:13:19 xxxxx pppdparam: New Gateway Address is 192.168.xxx.31
Apr  1 10:13:19 xxxxx pppdparam: ppp1 is connected at 115200 to
/dev/pts/0
Apr  1 10:13:19 xxxxx pppdparam: with an IP of 192.168.xxx.1, and a
gateway
of 192.168.xxx.31

Good luck...



More information about the pptp-server mailing list