Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 1998 15:42:45 +0200
From:      Pierre Beyssac <Pierre.Beyssac@hsc.fr>
To:        Joe Schwartz <rjoe@sierrahill.com>, freebsd-net@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: routing issue
Message-ID:  <19980622154245.A9508@mars.hsc.fr>
In-Reply-To: <199806221326.IAA05713@sierrahill.com>; from Joe Schwartz on Mon, Jun 22, 1998 at 08:26:11AM -0500
References:  <199806221326.IAA05713@sierrahill.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980622154245.A9508>