Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2001 17:40:07 +0300 (EEST)
From:      Iasen Kostoff <tbyte@tbyte.org>
To:        freebsd-net@freebsd.org
Subject:   adding a route to host via interface
Message-ID:  <Pine.BSF.4.21.0107021727470.8303-100000@shadow.otel.net>

next in thread | raw e-mail | index | archive | help

	Problem is that adding a route to host throw interface adds
inerface as gateway (iface's lladdr). And you should manualy change lladdr
of this route to the real lladdr.

this is it:

route add -host foo -iface bar
arp -s foo real_lladdr_of_foo

Is that realy a problem or I'm missing something ?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107021727470.8303-100000>