From owner-freebsd-questions Wed Jun 11 07:55:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA27745 for questions-outgoing; Wed, 11 Jun 1997 07:55:25 -0700 (PDT) Received: from mail.cre8tivegroup.com (abt6.bitwise.net [204.97.222.226]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id HAA27738 for ; Wed, 11 Jun 1997 07:55:08 -0700 (PDT) Received: from [204.255.227.69] by mail.cre8tivegroup.com (SMTPD32-3.04) id ACC0D9C9023C; Wed, 11 Jun 1997 10:57:04 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199706111349.JAA00687@ithaca> Date: Wed, 11 Jun 1997 10:44:12 -0400 (EDT) From: Patrick Gardella To: "Christopher J. Booth" Subject: RE: iijppp Connects, But...Nothing Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Chris, Contrary to what I had told you before, did you set up a route for the ppp to follow? You do this using ppp.conf and ppp.linkup. Change your ppp.conf to be (the set ifaddr and add are the important lines): patrick: set phone 2310035:2313822 set openmode active deny chap accept pap set authname ***** set authkey **** set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 add 0 0 127.2.2.2 set timeout 180 And then set ppp.linkup to have: MYADDR: delete ALL add 0 0 HISADDR Also make sure that you have a /etc/resolv.conf Mine is: (not that you need as many nameservers as I have listed here :) domain concentric.net nameserver 199.3.12.2 nameserver 199.3.12.2 nameserver 199.3.12.3 nameserver 165.121.1.2 nameserver 158.252.0.12 That should do it for you. Patrick On 11-Jun-97 Christopher J. Booth wrote: >Good Morning, Good Afternoon, and Good Evening, FreeBSDers! > >Yesterday I couldn't get iijppp to dial up at all. I couldn't see anything >amiss in the dial script, so this morning I scrubbed /etc/ppp/ppp.conf and >replaced it with a script from /et/ppp/ppp.conf/sample. (I still don't see >what was wrong....O, well....) > >Now ijjppp dials out, negotiates with the ISP, and connects. netstat -rn tells >me that I have lo0 and tun0 running. I cannot communicate with anything, >though. Even ping receives nothing (100% packet loss). Lynx, gopher, xgopher, >ftp, none can connect out. After a while I hear the tiny click of the modem >resetting and netstat -rn only shows lo0. > >Where might this problem lie? > >Cheers, > >Chris Booth >-- > > >________________________________ > >Chris Booth >cbooth@onyx.interactive.net