From owner-freebsd-questions Thu Dec 28 14:21:34 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04435 for questions-outgoing; Thu, 28 Dec 1995 14:21:34 -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 OAA04421 for ; Thu, 28 Dec 1995 14:21:24 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id OAA12440; Thu, 28 Dec 1995 14:21:21 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id OAA03498; Thu, 28 Dec 1995 14:21:26 -0800 (PST) Message-Id: <199512282221.OAA03498@corbin.Root.COM> To: Craig Shrimpton cc: Justin Seger , freebsd-questions@freebsd.org Subject: Re: Routing trouble In-reply-to: Your message of "Thu, 28 Dec 95 17:12:36 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 28 Dec 1995 14:21:26 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >On Thu, 28 Dec 1995, David Greenman wrote: > >> 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 > >No, I know this provider. You have to broadcast RIP packets for your >network route to the Portmaster to get returns. Okay, then you'll have to also enable routed by setting: routedflags="" in /etc/sysconfig. -DG