From owner-freebsd-questions Wed Jan 6 23:04:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16652 for freebsd-questions-outgoing; Wed, 6 Jan 1999 23:04:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from frontier.netnology.com.au (frontier.netnology.com.au [203.33.30.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16646 for ; Wed, 6 Jan 1999 23:04:17 -0800 (PST) (envelope-from craig@hotmix.com.au) Received: from superbruce (superbruce.netnology.com.au [203.33.30.10]) by frontier.netnology.com.au (8.8.7/8.8.7) with SMTP id PAA01401 for ; Thu, 7 Jan 1999 15:31:45 +0800 From: Craig Beasland To: "'FreeBSD Questions List'" Subject: PPP config problems... Date: Thu, 7 Jan 1999 15:09:51 +0800 Message-ID: <000901be3a0c$1598b320$0a1e21cb@superbruce.hotmix.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Disposition-Notification-To: "Craig Beasland" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there all, I am having some problems with my pppd setup for incoming connections. I have attached the debug output to this document. Basically I have a pretty standard setup which works perfectly with standard analogue modems. When I switch the modems over to ISDN T/A's I get the errors listed in the logs. The client is dialing in using NT Server (not my choice) and I want to assign them a static IP. The IP to be assigned is 10.0.0.105 but it seems like 10.0.0.2 is being assigned (I have translated the real IP with some others here). Jan 7 13:25:27 mymachine pppd[667]: Using interface ppp3 Jan 7 13:25:27 mymachine pppd[667]: Connect: ppp3 <--> /dev/ttyE0 Jan 7 13:25:27 mymachine pppd[667]: Warning - secret file /etc/ppp/pap-secrets has world and/or group access Jan 7 13:25:27 mymachine pppd[667]: sent [LCP ConfReq id=0x1 ] Jan 7 13:25:27 mymachine pppd[667]: rcvd [LCP ConfReq id=0x0 < b4 0a 53 d0 a5 2d 11 d2 bc 65> < 00 08 c7 5c 6a 38 00 00> 00 00 00] Jan 7 13:25:27 mymachine pppd[667]: sent [LCP ConfRej id=0x0 < b4 0a 53 d0 a5 2d 11 d2 bc 65> < 00 08 c7 5c 6a 38 00 00> 00 00 00] Jan 7 13:25:27 mymachine pppd[667]: rcvd [LCP ConfReq id=0x1 ] Jan 7 13:25:27 mymachine pppd[667]: sent [LCP ConfAck id=0x1 ] Jan 7 13:25:30 mymachine pppd[667]: sent [LCP ConfReq id=0x1 ] Jan 7 13:25:30 mymachine pppd[667]: rcvd [LCP ConfRej id=0x1 ] Jan 7 13:25:30 mymachine pppd[667]: sent [LCP ConfReq id=0x2 ] Jan 7 13:25:30 mymachine pppd[667]: rcvd [LCP ConfAck id=0x2 ] Jan 7 13:25:30 mymachine pppd[667]: sent [IPCP ConfReq id=0x1 ] Jan 7 13:25:30 mymachine pppd[667]: rcvd [LCP code=0xc id=0x2 00 00 5a 93 4d 53 52 41 53 56 34 2e 30 30] Jan 7 13:25:30 mymachine pppd[667]: sent [LCP CodeRej id=0x3 0c 02 00 12 00 00 5a 93 4d 53 52 41 53 56 34 2e 30 30] Jan 7 13:25:30 mymachine pppd[667]: rcvd [LCP code=0xc id=0x3 00 00 5a 93 4d 53 52 41 53 2d 31 2d 4d 45 54 52 4f] Jan 7 13:25:30 mymachine pppd[667]: sent [LCP CodeRej id=0x4 0c 03 00 15 00 00 5a 93 4d 53 52 41 53 2d 31 2d 4d 45 54 52 4f] Jan 7 13:25:33 mymachine pppd[667]: sent [IPCP ConfReq id=0x1 ] Jan 7 13:25:57 mymachine last message repeated 8 times Jan 7 13:26:00 mymachine pppd[667]: IPCP: timeout sending Config-Requests Jan 7 13:26:00 mymachine pppd[667]: sent [LCP TermReq id=0x5 "No network protocols running"] Jan 7 13:26:00 mymachine pppd[667]: rcvd [LCP TermAck id=0x5] Jan 7 13:26:00 mymachine pppd[667]: Connection terminated, connected for 96 minutes Jan 7 13:26:01 mymachine pppd[667]: Exit. Any help or pointers would be appreciated. cheers craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message