From owner-freebsd-net Wed May 31 6:37:27 2000 Delivered-To: freebsd-net@freebsd.org Received: from rsys001a.roke.co.uk (rsys001a.roke.co.uk [193.118.192.110]) by hub.freebsd.org (Postfix) with ESMTP id 41B7F37B59C; Wed, 31 May 2000 06:37:22 -0700 (PDT) (envelope-from mick.gallagher@roke.co.uk) Received: by rsys001a.roke.co.uk with Internet Mail Service (5.5.2650.21) id ; Wed, 31 May 2000 14:37:21 +0100 Message-ID: From: "Gallagher, Mick" To: "'freebsd-questions@freebsd.org'" , "'freebsd-net@freebsd.org'" Subject: User-PPP not seeing incoming PPP packets on 3.4R Date: Wed, 31 May 2000 14:37:20 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, I'm running 3.4R, and trying to get a PPP link established with my ISP. My /etc/ppp/ppp.conf script pretty much looks like the default example script, modified to include my ISP login details. If I run ppp -backgound , then the PPP connection fails. A brief examination of /var/log/ppp.log implies that the initial outgoing LCP config-req is generated and sent, but no reply is received from the ISP. I don't buy this - the ISP connection works fine with my Windows box. And so... (i) Any ideas? (ii) Can anyone tell me how to get tcpdump to look at the bpf tun thing, so I can actually monitor the packet flow? ..and.. (iii) The PPP link actually _worked_ at some point in the past, but I didn't save the config script (doh!). I'm pretty sure its the same as it is now, except for one (possibly crucial) difference: Since PPP worked, I installed an ethernet NIC, and configured the i/f IP address of the NIC as 10.0.0.1. Because of this, I changed the default 'dummy' PPP local tun address from 10.0.0.1 to 11.0.0.1. (The original PPP 10.0.0.1 address comes from the example ppp.conf file). As ever, any help gratefully received. Many thanks, Mick Gallagher ---- mickg@iname.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message