erreur 619
"Toure Mamadou" <[email protected]>
| Newsgroups | gmane.network.poptop |
|---|---|
| Message-ID | <[email protected]> |
Hi all I've juste compile pptpd I'm trying to test from my LAN. >From my Win XP I got error No : 619. And here is the debug info: **************************************************************************** ********************* Jun 28 10:58:44 bilkiss pptpd[6076]: GRE: read(fd=6,buffer=8058640,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jun 28 10:58:44 bilkiss pptpd[6076]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) Jun 28 10:58:44 bilkiss pptpd[6076]: CTRL: Reaping child PPP[6077] Jun 28 10:58:44 bilkiss pptpd[6076]: CTRL: Client 192.168.2.88 control connection finished Jun 28 10:58:44 bilkiss pptpd[6076]: CTRL: Exiting now Jun 28 10:58:44 bilkiss pptpd[6078]: MGR: Manager process started Jun 28 10:58:44 bilkiss pptpd[6078]: MGR: Maximum of 6 connections available Jun 28 10:58:44 bilkiss pptpd[6071]: MGR: Reaped child 6076 Jun 28 10:58:44 bilkiss pptpd[6078]: MGR: Couldn't create host socket Jun 28 10:58:44 bilkiss pptpd[6078]: createHostSocket: Address already in use Jun 28 10:59:28 bilkiss pptpd[6082]: MGR: Launching /usr/local/sbin/pptpctrl to handle client Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: local address = 192.168.2.150 Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: remote address = 192.168.2.234 Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: pppd options file = /etc/ppp/pptpd-options Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Client 192.168.2.88 control connection started Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Received PPTP Control Message (type: 1) Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Made a START CTRL CONN RPLY packet Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: I wrote 156 bytes to the client. Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Sent packet to client Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Received PPTP Control Message (type: 7) Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Set parameters to 100000000 maxbps, 64 window size Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Made a OUT CALL RPLY packet Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Starting call (launching pppd, opening GRE) Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: pty_fd = 6 Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: tty_fd = 7 Jun 28 10:59:28 bilkiss pptpd[6083]: CTRL (PPPD Launcher): program binary = /usr/local/sbin/pptpd Jun 28 10:59:28 bilkiss pptpd[6083]: CTRL (PPPD Launcher): local address = 192.168.2.150 Jun 28 10:59:28 bilkiss pptpd[6083]: CTRL (PPPD Launcher): remote address = 192.168.2.234 Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: I wrote 32 bytes to the client. Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Sent packet to client Jun 28 10:59:28 bilkiss pptpd[6082]: GRE: read(fd=6,buffer=8058640,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7) Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Reaping child PPP[6083] Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Client 192.168.2.88 control connection finished Jun 28 10:59:28 bilkiss pptpd[6082]: CTRL: Exiting now Jun 28 10:59:28 bilkiss pptpd[6071]: MGR: Reaped child 6082 Jun 28 10:59:28 bilkiss pptpd[6084]: MGR: Manager process started Jun 28 10:59:28 bilkiss pptpd[6084]: MGR: Maximum of 6 connections available Jun 28 10:59:28 bilkiss pptpd[6084]: MGR: Couldn't create host socket Jun 28 10:59:28 bilkiss pptpd[6084]: createHostSocket: Address already in use **************************************************************************** ********************* Regards. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Poptop-server mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/poptop-server
pptpd-options
(application/octet-stream, 897 B) - not displayed
pptpd.conf
(application/octet-stream, 2.2 KB)
############################################################################### # $Id: pptpd.conf,v 1.8 2004/04/28 11:36:07 quozl Exp $ # # Sample Poptop configuration file /etc/pptpd.conf # # Changes are effective when pptpd is restarted. ############################################################################### # TAG: ppp # Path to the pppd program, default '/usr/sbin/pppd' on Linux # ppp /usr/local/sbin/pptpd # TAG: option # Specifies the location of the PPP options file. # By default PPP looks in '/etc/ppp/options' # option /etc/ppp/pptpd-options # TAG: debug # Turns on (more) debugging to syslog # debug # TAG: stimeout # Specifies timeout (in seconds) on starting ctrl connection # # stimeout 10 # TAG: noipparam # Suppress the passing of the client's IP address to PPP, which is # done by default otherwise. # #noipparam # TAG: logwtmp # Use wtmp(5) to record client connections and disconnections. # logwtmp # TAG: bcrelay <if> # Turns on broadcast relay to clients from interface <if> # #bcrelay eth1 # TAG: localip # TAG: remoteip # Specifies the local and remote IP address ranges. # # Any addresses work as long as the local machine takes care of the # routing. But if you want to use MS-Windows networking, you should # use IP addresses out of the LAN address space and use the proxyarp # option in the pppd options file, or run bcrelay. # # You can specify single IP addresses seperated by commas or you can # specify ranges, or both. For example: # # 192.168.0.234,192.168.0.245-249,192.168.0.254 # # IMPORTANT RESTRICTIONS: # # 1. No spaces are permitted between commas or within addresses. # # 2. If you give more IP addresses than MAX_CONNECTIONS, it will # start at the beginning of the list and go until it gets # MAX_CONNECTIONS IPs. Others will be ignored. # # 3. No shortcuts in ranges! ie. 234-8 does not mean 234 to 238, # you must type 234-238 if you mean this. # # 4. If you give a single localIP, that's ok - all local IPs will # be set to the given one. You MUST still give at least one remote # IP for each simultaneous client. # # (Recommended) localip 192.168.2.150 remoteip 192.168.2.234-238,192.168.2.245 # or #localip 192.168.0.234-238,192.168.0.245 #remoteip 192.168.1.234-238,192.168.1.245