From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 06:57:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A2E16A4CE for ; Wed, 5 Nov 2003 06:57:50 -0800 (PST) Received: from jodocus.org (f8103.upc-f.chello.nl [80.56.8.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F18343F75 for ; Wed, 5 Nov 2003 06:57:48 -0800 (PST) (envelope-from joost@jodocus.org) Received: from jodocus.org (localhost [127.0.0.1]) by jodocus.org (8.12.8p1/8.12.8) with ESMTP id hA5EvkYV001520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 5 Nov 2003 15:57:46 +0100 (CET) (envelope-from joost@jodocus.org) Received: (from joost@localhost) by jodocus.org (8.12.8p1/8.12.8/Submit) id hA5EvjkI001519; Wed, 5 Nov 2003 15:57:45 +0100 (CET) Date: Wed, 5 Nov 2003 15:57:45 +0100 From: Joost Bekkers To: Rolf Mendelsohn Message-ID: <20031105145745.GA1442@bps.jodocus.org> Mail-Followup-To: Joost Bekkers , Rolf Mendelsohn , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Static (incorrect) ARP entry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 14:57:50 -0000 On Tue, Nov 04, 2003 at 10:21:19AM +0200, Rolf Mendelsohn wrote: > > Default Gateway: 10.8.16.1 > My IP's: 10.8.23.121 - 126 > Subnet Block: 10.8.23.120/29 > You could try telling the bsd machine the net your default gateway is in is also directly connected route add -net 10.8.16.0/30 -interface de0 for some reason this doesn't work when you use /32 or -host. -- greetz Joost joost@jodocus.org