From owner-freebsd-questions Tue Mar 14 13:07:58 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA01994 for questions-outgoing; Tue, 14 Mar 1995 13:07:58 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA01978 for ; Tue, 14 Mar 1995 13:07:54 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id MAA10320; Tue, 14 Mar 1995 12:23:18 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id MAA02561; Tue, 14 Mar 1995 12:23:18 -0800 Message-Id: <199503142023.MAA02561@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: jg@euronet.nl (Jan_Guldemond) cc: questions@FreeBSD.org Subject: Re: Routing / gateway In-reply-to: Your message of "Tue, 14 Mar 95 13:09:38 +0100." <199503141209.NAA07591@mail.euronet.nl> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 14 Mar 1995 12:23:17 -0800 Sender: questions-owner@FreeBSD.org Precedence: bulk >But I can't ping from 193.78.175.1 to 193.78.175.138. The gateway doesn't >seem to work. When I track te netstat -in output on the gateway while You need to add "options GATEWAY" to your kernel config file (and rebuild a kernel) or for the short term, use "sysctl -w net.inet.ip.forwarding=1". -DG