Strong-end vs weak-end host model

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

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
)

[1] in case of server multihomed …
“strong-end model” = refers to the kernel that
accepts packets on an interface only if DST_IP is
equal to the IP of the interface
“weak-end model” = refer to the kernel that
accepts packets only if DST_IP is equal to the IP of
any interface of the server

(see slide 12 in http://security.polito.it/~lioy/01jfd/02_Socket_En6x.pdf)

AFAIK this is possible on Windows since Vista. For now I'm solving the
issue by making sure all the network libraries and applications make
use of SO_BINDTODEVICE but it's a PITA.

Thank you.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
--
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

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux