From owner-freebsd-net Thu Jun 6 6:46:12 2002 Delivered-To: freebsd-net@freebsd.org Received: from inje.iskon.hr (inje.iskon.hr [213.191.128.16]) by hub.freebsd.org (Postfix) with ESMTP id 4BCA637B426 for ; Thu, 6 Jun 2002 06:45:56 -0700 (PDT) Received: from tel.fer.hr (zg07-074.dialin.iskon.hr [213.191.150.75]) by mail.iskon.hr (8.11.4/8.11.4/Iskon 8.11.3-1) with ESMTP id g56DjZg24980; Thu, 6 Jun 2002 15:45:37 +0200 (MEST) Message-ID: <3CFF6761.64ACBAE9@tel.fer.hr> Date: Thu, 06 Jun 2002 15:45:05 +0200 From: Marko Zec X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Iasen Kostov Cc: Kelly Yancey , freebsd-net@FreeBSD.ORG Subject: Re: host routes for interface addresses References: <20020606140015.B27474-100000@shadowhand.OTEL.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Iasen Kostov wrote: > > You might want to take a look at Marko Zec's VIPA patches that he posted to > > -net a few days ago. You should be able to find it in the mailing list > > archives under the subject "Patch for review: source VIPA". > > > It will work only if I can arpresolv VIPA and ofcourse resolve it to the > right iface lladdr. In other hand we could set same lladdr on all ethernet > ifaces. The VIPA interface is an internal loopback, aka "virtual", as its name implies. Therefore it doesn't have an underlying link layer, so you can't do ARP on VIPA. The idea is to dynamically advertise this internal address to the outer world, so that in case one phy ifc would go down, the VIPA could still remain reachable via an alternative path/interface. To accomplish this goal you need to run a routing protocol - in my setup the plain old RIP 1 / routed combination worked just fine, although this was just an example... Marko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message