Hoi
Ik probeer vanaf een Debian linux machine een VPN op te zetten naar een Windows 2003 Server (SP1) machine.
De Debian server kan wel naar een Draytek Vigor connecten (ook MPPE etc) alles werkt dan goed.
Alleen naar de Windows 2003 server lukt het niet.
In windows zie ik achtereenvolgens eerst een warning:
En direct daarna een error:
Als ik debug aanzet op de debian machine zie ik:
Debian box draait 2.6.11.6 met mppe patch die dus lijkt het goed werkt met een andere VPN server.
Iemand een idee?
Ik probeer vanaf een Debian linux machine een VPN op te zetten naar een Windows 2003 Server (SP1) machine.
De Debian server kan wel naar een Draytek Vigor connecten (ook MPPE etc) alles werkt dan goed.
Alleen naar de Windows 2003 server lukt het niet.
In windows zie ik achtereenvolgens eerst een warning:
The user test connected from 192.87.30.x but failed an authentication attempt due to the following reason: The user attempted to use an authentication method that is not enabled on the matching remote access policy.
En direct daarna een error:
The following error occurred in the Point to Point Protocol module on port: VPN2-127, UserName: test. You do not have permission to connect using the selected authentication protocol.
Als ik debug aanzet op de debian machine zie ik:
srv:root# pon terena debug logfd 2 nodetach dump
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
dump # (from command line)
noauth # (from /etc/ppp/options.pptp)
name test # (from /etc/ppp/peers/terena)
remotename TERENA # (from /etc/ppp/peers/terena)
# (from /etc/ppp/options.pptp)
pty pptp vpn.terena.nl --nolaunchpppd # (from /etc/ppp/peers/terena)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
ipparam terena # (from /etc/ppp/peers/terena)
nobsdcomp # (from /etc/ppp/options.pptp)
nodeflate # (from /etc/ppp/options.pptp)
+mppe # (from /etc/ppp/peers/terena)
using channel 50
Using interface ppp0
Connect: ppp0 <--> /dev/pts/3
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x41c919cc> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x41c919cc> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x0 <mru 1400> <auth eap> <magic 0x644905c4> <pcomp> <accomp> <callback CBCP> <mrru 1614> <endpoint [local:ee.eb.57.01.51.e3.45.6d.93.08.36.9c.93.92.6c.2e.00.00.00.00]> < 17 04 00 28>]
sent [LCP ConfRej id=0x0 <callback CBCP> <mrru 1614> < 17 04 00 28>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x41c919cc> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <mru 1400> <auth eap> <magic 0x644905c4> <pcomp> <accomp> <endpoint [local:ee.eb.57.01.51.e3.45.6d.93.08.36.9c.93.92.6c.2e.00.00.00.00]>]
sent [LCP ConfAck id=0x1 <mru 1400> <auth eap> <magic 0x644905c4> <pcomp> <accomp> <endpoint [local:ee.eb.57.01.51.e3.45.6d.93.08.36.9c.93.92.6c.2e.00.00.00.00]>]
sent [LCP EchoReq id=0x0 magic=0x41c919cc]
rcvd [EAP Request id=0x1b Identity <No message>]
sent [EAP Response id=0x1b Identity <Name "test">]
rcvd [LCP EchoRep id=0x0 magic=0x644905c4]
rcvd [LCP TermReq id=0x3 "dI\005\37777777704\000<\37777777715t\000\000\003\37777777656"]
LCP terminated by peer (dI^EM-D^@<M-Mt^@^@^CM-.)
sent [LCP TermAck id=0x3]
Connection terminated.
Waiting for 1 child processes...
script pptp vpn.terena.nl --nolaunchpppd, pid 8168
Script pptp xxx.terena.nl --nolaunchpppd finished (pid 8168), status = 0x0
Debian box draait 2.6.11.6 met mppe patch die dus lijkt het goed werkt met een andere VPN server.
Iemand een idee?