Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 1996 10:09:09 -0500
From:      "Garrett A. Wollman" <wollman@lcs.mit.edu>
To:        Robert Du Gaue <rdugaue@calweb.com>
Cc:        questions@freebsd.org
Subject:   route question
Message-ID:  <9603181509.AA23969@halloran-eldar.lcs.mit.edu>
In-Reply-To: <Pine.BSF.3.91.960317151615.27642A-100000@web2.calweb.com>
References:  <Pine.BSF.3.91.960317151615.27642A-100000@web2.calweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sun, 17 Mar 1996 15:18:14 -0800 (PST), Robert Du Gaue <rdugaue@calweb.com> said:

> If that gets deleted is there a way to had it? I've tried

> route add -net 165.90.138.0 link#1 1 -netmask 255.255.255.0

> but it doesn't work, doesn't like link#1 as an argument. I've also tried 
> giving the gateway as the NIC IP address on that machine and that doesn't 
> work either.

You need to say:

route add -net xx.xx.xx.xx -iface -link name-of-interface

e.g.,

route add -net 18.26.1.0 -netmask 255.255.255.0 -iface -link ed0

...for a machine on my desk.

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



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