From owner-freebsd-questions Mon May 19 12:04:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA11264 for questions-outgoing; Mon, 19 May 1997 12:04:29 -0700 (PDT) Received: from relay.request.net (relay.request.net [206.151.75.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA11258 for ; Mon, 19 May 1997 12:04:26 -0700 (PDT) Received: from g1.cabl.com ([208.3.157.221]) by relay.request.net with ESMTP id <2176621-8609>; Mon, 19 May 1997 15:04:16 -0400 Message-ID: <3380A3D6.2EA5C04F@goldcominc.com> Date: Mon, 19 May 1997 15:02:46 -0400 From: Rick Goldeck Organization: GoldCom Inc. X-Mailer: Mozilla 4.0b3 [en] (Win95; I) MIME-Version: 1.0 To: Brad Hendrickse CC: freebsd-questions@FreeBSD.ORG Subject: Re: User PPP question... X-Priority: 3 (Normal) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Have you created the 'Hosts' file on the Win95 PC? Create a file in the \Windows directory called 'Hosts' In this file put: 127.0.0.1 localhost localhost.test.net 192.168.1.1 spiral.test.net spiral 192.168.1.2 test1.test.net test1 196.7.74.84 spyral.iafrica.com spyral You should also have set up Win95 TCP/IP with 192.168.1.1 as your Gateway, and your ISP's DNS for the DNS. Rick Goldeck Brad Hendrickse wrote: > > Hi there, I have a lan behind a FreeBSD box using IP's from the reserved > IP pool (192.168.1.x) and I'm dialing in with the FreeBSD box using > UserPPP. > > Details follow: > ----------------- > > O/S: FreeBSD 2.2.1-RELEASE > > Command-line: ppp -alias > > hosts file: 127.0.0.1 localhost > 192.168.1.1 spiral.test.net spiral # FreeBSD box > 192.168.1.2 test1.test.net test1 # Win95 box > 196.7.74.84 spyral.iafrica.com spyral # IP assigned to > # me by my ISP > > ppp.linkup: 196.7.74.84: > delete ALL > add 0 0 HISADDR > > Here's what I can do: I can telnet to the FreeBSD box from the Win95 > machine, I then run 'ppp -alias' and dial into my ISP. After that, I can > ping out from my machine, telnet to others, etc... and even browse from > there using Lynx. Problem comes in when I try to ping from the Win95 box. > Nothing happens. I have a feeling there's something wrong with my routing > tables, but have no idea where to start. If anyone has had this working, > please respond. I really am desperate. > > Thanks in advance, > Brad