[pptp-server] Error 619 (win2000), Error 629 (winNT) using PoPToP 1.0.1 on OpenBSD 3.0

James Nedila krusty at telus.net
Mon Apr 22 15:47:20 CDT 2002


Hi all,

I've tried searching the archives, but I didn't see anything that helps with the errors i'm getting.

poptop 1.0.1 on openbsd 3.0
pf is installed, but is wide open, as I can see all incoming packets using tcpdump.

Here is my log file:

Apr 22 13:39:39 winston pptpd[28694]: GRE: read(fd=5,buffer=6544,len=8196) from PTY failed: status = 0 error = No error
Apr 22 13:39:39 winston ppp[32219]: tun0: Warning: Del route failed: ff02::%tun0/32: Non-existent 
Apr 22 13:39:39 winston ppp[32219]: tun0: Warning: ff02::%tun0/32: Change route failed: errno: Network is unreachable 
Apr 22 13:39:39 winston ppp[32219]: tun0: Warning: Del route failed: ff02::%tun0/32: Non-existent 
Apr 22 13:39:39 winston pptpd[28694]: CTRL: PTY read or GRE write failed (pty,gre)=(5,4)


So the problem is with ppp here.
I'm not trying to use anything fancy, just straight CHAP.

I get error 619 on win2000, and error 629 on winnt.

Any ideas?
James



Here is the relevent file info:

/etc/pptpd.conf:

debug
speed 115200
localip 10.0.2.1
remoteip 10.0.2.150-200


/etc/ppp/options:

debug
auth
require-chap
proxyarp

/etc/ppp/ppp.conf:

default:
 set log Phase Chat LCP IPCP CCP tun command
 set device /dev/cua01
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"

loop:
 set timeout 0
 set log phase chat connect lcp ipcp command
 set device localhost:pptp
 set dial
 set login
 set ifaddr 10.0.2.1 10.0.2.150-10.0.2.200 255.255.255.0
 set server /tmp/loop "" 0177

loop-in:
 set timeout 0
 set log phase lcp ipcp command
 allow mode direct

pptp:
 load loop
 enable chap
 disable pap
 enable proxy
 set dns 192.75.245.2
 set device !/etc/ppp/secure









More information about the pptp-server mailing list