From owner-freebsd-questions Thu Mar 27 14:49:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA00337 for questions-outgoing; Thu, 27 Mar 1997 14:49:39 -0800 (PST) Received: from python.shoal.net.au (andrew@python.shoal.net.au [203.26.44.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA00331 for ; Thu, 27 Mar 1997 14:49:35 -0800 (PST) Received: from localhost (andrew@localhost) by python.shoal.net.au (8.8.5/8.7.3) with SMTP id IAA09995; Fri, 28 Mar 1997 08:49:17 +1000 (EST) Date: Fri, 28 Mar 1997 08:49:17 +1000 (EST) From: Andrew Perry To: "Eporue.aCid.AiS" cc: support@freebsd.org Subject: Re: Dialing into inet.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Assuming you're using user ppp: in your ppp.linkup file make sure you have something like the following: MYADDR: delete ALL (you need the space at the front i think) add 0 0 HISADDR for more information have a look at the Pedantic PPP primer at http://www.freebsd.org/tutorials/index.html although everything in there won't be relevant there's a good bit on configuring your ppp dial out connection. Also have a look in the manual as well. http://www.freebsd.org/handbook/handbook163.html also covers user ppp. hope this helps Andrew Perry andrew@shoal.net.au > Heya, I am tring to get my freebsd 2.1.6 to dial into my internet service. > I have been tring for a couple days and the error I keep getting is that > there is no route to host. Can you tell me what files I should have set to > dial up? I have been messing with the follow files. > > sysconfig > hosts > resolv.conf > > Please help... :( > > Oh.. I also have a dialup script that I got from a friend. It dials into > the isp (best internet) just fine, as far as I can tell.. heh.. I also got > a options file in /etc/ppp that is should be working.. I just need to debug > this no route to host.. > > Thanks for any help.. > > -Gavin > >