From owner-freebsd-net Mon Jul 2 7:40:15 2001 Delivered-To: freebsd-net@freebsd.org Received: from shadow.otel.net (JuDiCaToR.OTEL.net [212.36.9.113]) by hub.freebsd.org (Postfix) with ESMTP id 1951C37B406 for ; Mon, 2 Jul 2001 07:40:11 -0700 (PDT) (envelope-from tbyte@tbyte.org) Received: from localhost (localhost [127.0.0.1]) by shadow.otel.net (8.11.4/8.11.1) with ESMTP id f62Ee7K33691 for ; Mon, 2 Jul 2001 17:40:09 +0300 (EEST) (envelope-from tbyte@tbyte.org) Date: Mon, 2 Jul 2001 17:40:07 +0300 (EEST) From: Iasen Kostoff X-Sender: tbyte@shadow.otel.net To: freebsd-net@freebsd.org Subject: adding a route to host via interface Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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