From owner-freebsd-net Mon Jun 22 06:46:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02545 for freebsd-net-outgoing; Mon, 22 Jun 1998 06:46:43 -0700 (PDT) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from itesec.hsc.fr (root@itesec.hsc.fr [192.70.106.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA02316; Mon, 22 Jun 1998 06:43:15 -0700 (PDT) (envelope-from pb@hsc.fr) Received: from mars.hsc.fr (mars.hsc.fr [192.70.106.44]) by itesec.hsc.fr (8.8.8/8.8.5/itesec-1.12-nospam) with ESMTP id PAA25197; Mon, 22 Jun 1998 15:42:47 +0200 (MET DST) Received: (from pb@localhost) by mars.hsc.fr (8.8.8/8.8.8/pb-19980526) id PAA09519; Mon, 22 Jun 1998 15:42:46 +0200 (CEST) (envelope-from pb) Message-ID: <19980622154245.A9508@mars.hsc.fr> Date: Mon, 22 Jun 1998 15:42:45 +0200 From: Pierre Beyssac To: Joe Schwartz , freebsd-net@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: routing issue References: <199806221326.IAA05713@sierrahill.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8i In-Reply-To: <199806221326.IAA05713@sierrahill.com>; from Joe Schwartz on Mon, Jun 22, 1998 at 08:26:11AM -0500 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 22, 1998 at 08:26:11AM -0500, Joe Schwartz wrote: > route add -net 192.168.1.0 207.8.11.166 0 This is wrong. The use of metric as a trailing integer is deprecated, it's interpreted as a netmask instead. Try this instead: route add -net 192.168.1.0 207.8.11.166 -- Pierre.Beyssac@hsc.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message