Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!pasteur!ucbvax!QUABBIN.SCRC.SYMBOLICS.COM!DCP From: DCP@QUABBIN.SCRC.SYMBOLICS.COM (David C. Plummer) Newsgroups: comp.protocols.tcp-ip Subject: Re: ReChoosing gateways Message-ID: <19880325162949.2.DCP@SWAN.SCRC.Symbolics.COM> Date: 25 Mar 88 16:29:00 GMT References: <8803251252.AA19246@gateway.mitre.org> Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 Date: Fri, 25 Mar 88 07:52:27 EST From: tsuchiya@gateway.mitre.org (Paul Tsuchiya) We once did a thing where we picked an Internet Address that all gateways would respond to. When a host did an ARP, several gateways would respond, and the host would pick one of them (I imagine the last, but it rather depends on the host). If the chosen gateway died, then subsequent ARPs would find a living one. Why would you need to ARP again? You already have the protocol address to hardware address translation, so why do you need to get it again? Maybe you have a very, VERY small ARP cache timeout? This doesn't answer the poser's question though, since I think the poser wanted to know how to rechoose at the IP level, not at the link level.