From owner-freebsd-questions Mon Jan 22 22:36:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04987 for questions-outgoing; Mon, 22 Jan 1996 22:36:21 -0800 (PST) Received: from aries.bbcc.ctc.edu (ARIES.BBCC.CTC.EDU [134.39.180.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA04981 for ; Mon, 22 Jan 1996 22:36:15 -0800 (PST) Received: from aries (aries [134.39.180.10]) by aries.bbcc.ctc.edu (8.6.12/8.6.9) with SMTP id WAA01201 for ; Mon, 22 Jan 1996 22:34:09 -0800 Date: Mon, 22 Jan 1996 22:34:09 -0800 (PST) From: Steve Prentice X-Sender: steve@aries To: questions@freebsd.org Subject: PPP setup problems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk I am still having the same problems as before. Here is the scenerio: One modem, one PPP account (just me trying to get ppp at the moment). The problem I am having is that I can only access the local host from remote. People suggested turning on IP Forwarding in the kernel, did that. Still same problem. I am really lost. I am using the user ppp, not the pppd. Below are my config files for PPP. ppp.conf -------------------------------------------------------- default: set device /dev/cuaa1 set speed 115200 disable lqp deny lqr set dial "ABORT BUST ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK \\dATADT\\T TIMEOUT 40 CONNECT" set timeout 120 disable pap disable chap set ifaddr 134.39.180.230 134.39.180.231 -------------------------------------------------------- ppp.linkup ---------------------------------------------------------- 134.39.180.230: add 134.39.180.0 255.255.255.0 134.39.180.231 ------------------------------------------------------- I have no idea what should be in those files. Any help would be appreciated. And what should I put on my remote computer (ppp client). Should I set the gateway to 134.39.180.1 (like all computers on the lan) or should I set it to 134.39.180.10 (the IP of the host's NIC) Thanks lots. steve