Hello, Pau Garcia i Quiles a écrit : > > By default the TCP/IP stack in Linux has a weak-end [1] behavior, > which is causing a lot of trouble for me in a very specific but widely > used scenario here at work. Is it possible to make it strong-end > *without* bridging interfaces? (which is the only way I've found, > here: http://lkml.indiana.edu/hypermail/linux/kernel/0801.3/3174.html > ) Huh ? What does bridging have to do with the host model ? 1) Use iptables filtering rules based on the source/destination address. 2) If ARP is an issue (should not be for a simple multihomed host), tune the sysctls net.ipv4.conf.*.arp_{filter,announce,ignore}. -- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html