From owner-freebsd-questions Mon Jun 1 15:11:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20827 for freebsd-questions-outgoing; Mon, 1 Jun 1998 15:11:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pigstuy (nyc-ny77-26.ix.netcom.com [209.109.228.218]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20743 for ; Mon, 1 Jun 1998 15:10:54 -0700 (PDT) (envelope-from spork@cncn.com) Received: from localhost (spork@localhost) by pigstuy (8.8.8/8.8.7) with SMTP id SAA00776 for ; Mon, 1 Jun 1998 18:08:13 -0400 (EDT) (envelope-from spork@cncn.com) X-Authentication-Warning: pigstuy: spork owned process doing -bs Date: Mon, 1 Jun 1998 18:08:12 -0400 (EDT) From: Spike Gronim X-Sender: spork@pigstuy Reply-To: spork To: fbsdqs Subject: MP ppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I have anoncvsed current's MP ppp. I compiled it (on my 2.2.6 system fresh from the CD). I can dial out, connect, and authenticate. it then succesfully negotiates my IP, and the IP's of my primary and secondary namerservers. It then seems to reset my IP to 0.0.0.0....???? The logs read: [...] ppp[676]: IPCP: IPADDR[6] 209.140.114.79 ppp[676]: IPCP: IPADDR[6] changing address: 0.0.0.0 --> 209.140.114.79 ppp[676]: IPCP: deflink: SendConfigReq(2) state = Req-Sent ppp[676]: IPCP: IPADDR[6] 209.140.114.79 ppp[676]: IPCP: COMPPROTO[6] 16 VJ slots with slot compression ppp[676]: IPCP: PRIDNS[6] 209.140.112.2 ppp[676]: IPCP: SECDNS[6] 209.140.112.3 ppp[676]: CCP: deflink: RecvConfigRej(1) state = Req-Sent ppp[676]: CCP: DEFLATE[4] win 15 ppp[676]: CCP: deflink: SendConfigReq(2) state = Req-Sent ppp[676]: CCP: PRED1[2] ppp[676]: CCP: deflink: RecvConfigReq(5) state = Req-Sent ppp[676]: CCP: PRED1[2] ppp[676]: CCP: deflink: SendConfigAck(5) state = Req-Sent ppp[676]: CCP: PRED1[2] ppp[676]: CCP: deflink: State change Req-Sent --> Ack-Sent ppp[676]: IPCP: deflink: RecvConfigReq(6) state = Req-Sent ppp[676]: IPCP: COMPPROTO[6] 16 VJ slots with slot compression ppp[676]: IPCP: IPADDR[6] 0.0.0.0 (I hope that's enough) ppp.conf file below. Thanks. -Spike Gronim spork@cncn.com "Hacker, n: One who hacks real good" --Computer Contradictionary ppp.conf: default: set device /dev/cuaa1 set speed 115200 set log Phase Chat Connect Carrier lcp ipcp ccp command set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT set authname login set authkey password cncn: set phone "2339882" accept pap enable dns set timeout 0 deny lqr set ifaddr 10.0.0.1/0 160.79.23.2/0 255.255.255.0 set authname login set authkey password To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message