From owner-freebsd-questions Sun Oct 19 22:40:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA29312 for questions-outgoing; Sun, 19 Oct 1997 22:40:35 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gos.oz.cc.utah.edu (rpr1@gos.oz.cc.utah.edu [155.99.2.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA29306 for ; Sun, 19 Oct 1997 22:40:32 -0700 (PDT) (envelope-from R.Ricci@m.cc.utah.edu) Received: from localhost (rpr1@localhost) by gos.oz.cc.utah.edu (8.8.5/8.8.5) with SMTP id XAA12356 for ; Sun, 19 Oct 1997 23:40:28 -0600 (MDT) Date: Sun, 19 Oct 1997 23:40:25 -0600 (MDT) From: R Ricci X-Sender: rpr1@gos To: freebsd-questions@freebsd.org Subject: Problems setting up ijppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've followed the handbook instructions precisely in setting up user-mode ppp. However, I'm having trouble connecting to the two ISPs I use. Using Windows 95, I can connect just fine to both using the same machine. Here's my /etc/ppp.conf file: ------------------------------------------------------------------------ default: set device /dev/cuaa1 set speed 57600 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 20 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" theonlynet: set phone 93557788 accept pap enable pap set authname REMOVED set authkey REMOVED set timeout 120 set ifaddr 10.10.10.10/0 10.10.11.11/0 255.255.255.0 delete ALL add 0 0 HISADDR set openmode active uofu: set phone 95813960 accept pap enable pap set authname REMOVED set authkey REMOVED set timeout 120 set ifaddr 10.10.10.10/0 10.10.11.11/0 255.255.255.0 delete ALL add 0 0 HISADDR set openmode active ----------------------------------------------------------------- /etc/ppp.linkup: ----------------------------------------------------------------- theonlynet: delete ALL add 0 0 HISADDR uofu: delete ALL add 0 0 HISADDR ---------------------------------------------------------------- Even though the configuration for both sites is identical, I have two different problems: (both are dynamic IP addresses) When I dial The Only Net (which I happen to know uses a freeBSD terminal server), ppp reports that it has logged on successfully. However, the modem disconnects after a few seconds. If I `show proto` in ppp, I can see that no pap packets have been exchanged. I assume that the disconnect is because of the remote timeout. When I dial the University of Utah, I get the same report of a successful logon and entering packet mode. A 'show proto' reports some pap (and other) packets being exchanged. However, I can't communicate with ther server at all, and a `show ip` in ppp shows me the dummy values that I put in (10.10.10.10 and 10.10.11.11), so it appears that the negotiation hasn't been successful. Any hints will be valued! Robert Ricci R.Ricci@m.cc.utah.edu