From owner-freebsd-questions Mon Feb 10 15:17:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA01614 for questions-outgoing; Mon, 10 Feb 1997 15:17:50 -0800 (PST) Received: from htg-is (htg-is.vianet.net [165.247.47.18]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA01606 for ; Mon, 10 Feb 1997 15:17:43 -0800 (PST) Received: from antrim.huntel.com (dial-ts1-48.vianet.net) by htg-is (4.1/SMI-4.1) id AA07501; Mon, 10 Feb 97 16:29:27 MST Message-Id: <32FFAC5D.1A87@shazzam.com> Date: Mon, 10 Feb 1997 16:16:45 -0700 From: hooptie Reply-To: hooptie@shazzam.com X-Mailer: Mozilla 3.0 (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Pulling my hair out! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am having problems with both PPP and PPPD in FreeBSD 2.1.6, and am totally lost. I have researched the man pages, followed the tutorial on www.freebsd.org/tutorial/ppp, been helped by people in #freebsd on IRC, and even talked to tech-supt at cdrom.com to no avail. For PPP: I setup /etc/ppp/ppp.conf, ppp.linkup, ppp.secret, and /etc/resolv.conf with the correct information. I go into PPP, and start the term -- I can log in fine, and the PPP session starts. Netstat -rn returns that a defaultroute HAS BEEN ADDED. Unfortunately, no outside systems are reachable, and I can't even ping localhost anymore. Without PPP running, pinging localhost works just fine. For PPPD: I setup /root/pap with my username and password, /etc/ppp/options for the PPPD options, and /etc/ppp/connect for chat. PPPD will dial and and the modem will connect; however, I get the ambiguous error "cannot setup a connection". I've tried +ua to get it to login PAP, and get the same error. I have modified that chat file (/etc/ppp/connect) and tried every possible login combination, and have yet to succeed. To make matters worse, -d and debug don't seem to work -- the only output to /var/log/messages is "cannot setup a connection". Now, after three headache-ridden days of utter frustration, I am nearly bald. Does anyone have ANY ideas what could possibly be going wrong??