From owner-freebsd-net Wed Nov 21 10:21: 2 2001 Delivered-To: freebsd-net@freebsd.org Received: from hotmail.com (f4.law3.hotmail.com [209.185.241.4]) by hub.freebsd.org (Postfix) with ESMTP id 7FA7437B417 for ; Wed, 21 Nov 2001 10:20:57 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Nov 2001 10:20:57 -0800 Received: from 193.216.47.156 by lw3fd.law3.hotmail.msn.com with HTTP; Wed, 21 Nov 2001 18:20:57 GMT X-Originating-IP: [193.216.47.156] From: "Thor Legvold" To: freebsd-net@freebsd.org Subject: mpd-netgraph log questions Date: Wed, 21 Nov 2001 18:20:57 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Nov 2001 18:20:57.0500 (UTC) FILETIME=[43CB55C0:01C172B9] Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Still struggling with PPTP... Trying to decipher the logfile in order to ask more appropriate questions and get this working. I have these iface's configured at startup: dc0 (home LAN 192.168.128.0) lp0 (? never used) lo0 (loopback) ppp0 (? never used) sl0 (? never used) faith0 (ipv4 -> ipv6) wi0 (ISP WAN 10.10.2.0, internet connection via VPN) When I run mpd I get ng0 as well (netgraph, it seems). I think I've narrowed my problem down to my configuration files. I *think* I'm able to connect with the VPN/PPTP server: Multi-link PPP for FreeBSD, by Archie L. Cobbs. Based on iij-ppp, by Toshiharu OHNO. mpd: pid 627, version 3.3 (root@a969.freebase.no 22:47 18-Nov-2001) [:] load access [access] ppp node is "mpd627-access" [access] using interface ng0 mpd: option "mppc" unknown mpd: option "mppc" unknown [access:access] open [access] IFACE: Open event [access] IPCP: Open event [access] IPCP: state change Initial --> Starting [access] IPCP: LayerStart [access:access] [access] bundle: OPEN event in state CLOSED [access] opening link "access"... [access] link: OPEN event [access] LCP: Open event [access] LCP: state change Initial --> Starting [access] LCP: LayerStart [access] device: OPEN event in state DOWN pptp0: connecting to 10.10.1.1:1723 [access] device is now in state OPENING pptp0: connected to 10.10.1.1:1723 pptp0: attached to connection with 10.10.1.1:1723 pptp0-0: outgoing call connected at 64000 bps [access] PPTP call successful [access] device: UP event in state OPENING [access] device is now in state UP [access] link: UP event [access] link: origination is local [access] LCP: Up event [access] LCP: state change Starting --> Req-Sent [access] LCP: phase shift DEAD --> ESTABLISH [access] LCP: SendConfigReq #1 ( I don't know why it says connected at 64000 bps! Its a pptp node, not a ppp node, isn't it?) However, I never get any further, and the program keeps retrying: [access] LCP: SendConfigReq #3 PROTOCOMP MRU 1500 MAGICNUM c685c33c AUTHPROTO CHAP MSOFT [access] LCP: rec'd Configure Reject #3 link 0 (Ack-Sent) AUTHPROTO CHAP MSOFT so here I'm guessing that something is configured wrong and everything stops, because after about 10 retries I get the following: [access] LCP: not converging [access] LCP: parameter negotiation failed [access] LCP: state change Ack-Sent --> Stopped [access] LCP: LayerFinish [access] device: CLOSE event in state UP pptp0-0: clearing call [access] device is now in state CLOSING [access] device: DOWN event in state CLOSING [access] device is now in state DOWN And then everything starts again. I've checked and double checked my login/password, they are correct (besides, I'm sure a program as comprehensive as this one would say "invalid password" if that was the case - right?) Do I need a chap.secrets file in /etc or /etc/ppp? I assumed all I need is a mpd.conf, mpd.links and mpd.secrets. What am I missing (besides an internet connection :-)? Regards, Thor _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message