Messages in this thread |  | | Date | Wed, 24 Jan 2001 01:10:11 +0100 | From | Andi Kleen <> | Subject | Re: Turning off ARP in linux-2.4.0 |
| |
On Tue, Jan 23, 2001 at 03:50:36PM -0800, Pete Elton wrote: > Is there something that the arp_filter can do that will mirror this > functionality? The modification that you made to the documentation > was pretty straight forward in that the arp_filter was BOOLEAN, so > I think I implemented it right.
The snippet you posted doesn't describe what ClusterThingy exactly wants to do with ARPs.
Arpfilter was designed for multiple interfaces, to direct ARP replies to specific interfaces based on the routing table. If you have only a single interface and no other way to policy route the packet I think you can only try to use policy routing hacks (not tested). e.g. tag all outgoing packets with a specific fwmark that redirects them to a specific routing table which does the real routing, and put no routes into the normal one used by arpfilter so that it doesnt' reply.
Admittedly it's quite a hack. Perhaps Alexey can suggest a better solution, he's the routing/arp guru. I guess it would be easier if arpfilter was able to select a special own routing table, but I was too chicken to implement that.
-Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |