From owner-freebsd-questions Thu Dec 28 14:01:53 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03183 for questions-outgoing; Thu, 28 Dec 1995 14:01:53 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA03175 for ; Thu, 28 Dec 1995 14:01:45 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id OAA12382; Thu, 28 Dec 1995 14:01:43 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id OAA00731; Thu, 28 Dec 1995 14:01:49 -0800 (PST) Message-Id: <199512282201.OAA00731@corbin.Root.COM> To: Justin Seger cc: freebsd-questions@freebsd.org Subject: Re: Routing trouble In-reply-to: Your message of "Thu, 28 Dec 95 13:51:42 PST." <199512282151.NAA00685@corbin.Root.COM> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 28 Dec 1995 14:01:49 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >>I would REALLY appreciate any help you can give me. > > If we assume that your service provider is routing packets for your >199.232.47 address, then the problem might be that IP forwarding isn't enabled >in your router. Do a "sysctl net.inet.ip.forwarding" and see if it is set to >"1". If not, then so a "sysctl -w net.inet.ip.forwarding=1". Also make sure >that you have a default route to your router on your ethernet connected hosts. >...and make sure you have a default route pointing to the destination address >of your SLIP connection, e.g.: > >defaultrouter=199.232.46.33 > >...in /etc/sysconfig. ...on your router of course. -DG