Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Aug 2002 22:58:29 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        "Adam@junik.lv" <adam@junik.lv>
Cc:        questions@freebsd.org
Subject:   Re: wavelan as Netinterface
Message-ID:  <iv5pku8gh9jump7ed9ju63fsl69mi00p1c@4ax.com>
In-Reply-To: <mailman.1028381166.57052.fquestions-l@lists.sentex.ca>
References:  <mailman.1028381166.57052.fquestions-l@lists.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 Aug 2002 16:24:23 +0300, in sentex.lists.freebsd.questions you
wrote:

>Hi all,
>I'd really appreciate it if you could help with
>the following case:
>
>I need to route 3 subnets from one router to the other peer on (Orinoco)
>Wavelan card in P2P mode.
>The question is how can I specify the wi0 as the net interface?
>
>E.g. /sbin/route add -net 225.125.125.116/26 wi0 175.215.123.21
>where 175.215.123.21 is the destination GW.


You dont need to specify the interface in the route command.

route add 225.125.125.116/16 175.215.123.21

will do it, provided the host you are on is on the same subnet as
175.215.123.21

	---Mike
Mike Tancsa  (mdtancsa@sentex.net)	=09
Sentex Communications Corp,   	=09
Waterloo, Ontario, Canada
"Given enough time, 100 monkeys on 100 routers=20
could setup a national IP network." (KDW2)

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?iv5pku8gh9jump7ed9ju63fsl69mi00p1c>