[pptp-server] Win98SE2 PPTP connection problem with Encryptio n
Cowles, Steve
Steve.Cowles at gte.net
Sat Aug 26 21:00:16 CDT 2000
> -----Original Message-----
> From: Jean-Francois Gagnon [mailto:NorthwestFrog at home.com]
> Sent: Saturday, August 26, 2000 6:01 PM
> To: pptp-server at lists.schulte.org
> Subject: RE: [pptp-server] Win98SE2 PPTP connection problem with
> Encryption
>
>
> This is a repost.
>
> I did a complete reinstall of the MSCHAPV2/MPPE patch on a
> fresh version of ppp 2.3.10 and the kernel 2.2.16.
>
> Same error again.
>
> The pptp connection is tried from within the firewall
>
> I simply do not get it.
>
> Did someone overcome this one ?
>
> Regards
>
> JFG
I think you still might have a problem with your kernel and/or pppd
compilation, but the following might help you achieve your goal. This
connection was made from a W2K system with MSCHAP-v2 and "Require Data
Encryption" enabled. Unfortunatly, I don't have a W98 system available, but
I have been successful with W98 in the past.
Good Luck
Steve Cowles
---- /etc/ppp/options ---------
lock
auth
ms-dns 192.168.9.3
ms-dns 192.168.9.2
ms-wins 192.168.9.2
+chap
+chapms
+chapms-v2
mppe-40
mppe-128
mppe-stateless
proxyarp
------------ /etc/pptpd.conf -----------
speed 115200
option /etc/ppp/options
localip 192.168.9.4
remoteip 192.168.9.100-105
listen 192.168.9.3
pidfile /var/run/pptpd.pid
------ /etc/conf.modules --------
alias eth0 3c59x
alias eth1 3c59x
alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
alias tty-ldisc-3 ppp_async
alias tty-ldisc-14 ppp_synctty
alias char-major-108 ppp_generic
------- Loaded modules before/after pptp connection -------
c[root at voyager /etc]# lsmod
Module Size Used by
3c59x 19496 2 (autoclean)
[root at voyager /etc]# lsmod
Module Size Used by
ppp_deflate 40536 0 (autoclean)
ppp_mppe 13572 2 (autoclean)
bsd_comp 3620 0 (autoclean)
3c59x 19496 2 (autoclean)
------- /etc/ppp/chap-secrets --------
# Secrets for authentication using CHAP
# client server secret IP addresses
scowles * MY_PASS *
COWLES\\scowles * MY_PASS *
------- /var/log/messages ---------
Aug 26 20:23:02 voyager pptpd[20327]: CTRL: Client 192.168.9.21 control
connection started
Aug 26 20:23:02 voyager pptpd[20327]: CTRL: Starting call (launching pppd,
opening GRE)
Aug 26 20:23:02 voyager pppd[20328]: pppd 2.3.11 started by root, uid 0
Aug 26 20:23:02 voyager pppd[20328]: Using interface ppp0
Aug 26 20:23:02 voyager pppd[20328]: Connect: ppp0 <--> /dev/pts/3
Aug 26 20:23:05 voyager kernel: PPP BSD Compression module registered
Aug 26 20:23:05 voyager kernel: PPP MPPE compression module registered
Aug 26 20:23:06 voyager kernel: PPP Deflate Compression module registered
Aug 26 20:23:06 voyager pppd[20328]: MSCHAP-v2 peer authentication succeeded
for scowles
Aug 26 20:23:06 voyager pppd[20328]: found interface eth0 for proxy arp
Aug 26 20:23:06 voyager pppd[20328]: local IP address 192.168.9.4
Aug 26 20:23:06 voyager pppd[20328]: remote IP address 192.168.9.100
Aug 26 20:23:13 voyager pppd[20328]: MPPE 128 bit, stateless compression
enabled
More information about the pptp-server
mailing list