From owner-freebsd-isp Mon Sep 2 07:53:37 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA16983 for isp-outgoing; Mon, 2 Sep 1996 07:53:37 -0700 (PDT) Received: from monet.telebyte.nl (jvissers@monet.telebyte.nl [194.235.214.12]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA16973 for ; Mon, 2 Sep 1996 07:53:33 -0700 (PDT) Received: (from jvissers@localhost) by monet.telebyte.nl (8.7.3/8.6.11) id QAA11089 for freebsd-isp@freebsd.org; Mon, 2 Sep 1996 16:53:30 +0200 From: Jos Vissers Message-Id: <199609021453.QAA11089@monet.telebyte.nl> Subject: Re: New routed To: freebsd-isp@freebsd.org Date: Mon, 2 Sep 1996 16:53:29 +0200 (MET DST) In-Reply-To: <199609011541.LAA10493@etinc.com> from "dennis" at Sep 1, 96 11:41:55 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk dennis wrote: > You need to run routed (or gated) if you need to announce routes to > other systems or if you need to learn routes dynamically > from other systems. If you dont you dont need it. We have several 2.1.5R machines and on a couple of Livingston portmasters. On the machines without ip aliases an with ip forwarding off I don't need routed and when I ping to one of the dial-up addresses it finds it and creates an arp entry for it. On the other machine I do need routed and when I ping it has the route to the dial-up ip-address but no arp entry. When I don't have routed running on those machines it want's to send to the dial-up ip through link#1. Jos