public inbox for linux-sctp@vger.kernel.org
 help / color / mirror / Atom feed
* source IP and interface selection
@ 2014-07-24 18:12 Butler, Peter
  2014-07-25  1:23 ` Vlad Yasevich
  0 siblings, 1 reply; 2+ messages in thread
From: Butler, Peter @ 2014-07-24 18:12 UTC (permalink / raw)
  To: linux-sctp

We have a multi-homed SCTP network topology that essentially boils down to this

A <----------> A'
B <----------> B'

where IPs A and B are on the local host, and A' and B' are the corresponding IPs on the remote host.

We are seeing HEARTBEAT request messages leave the B interface (destined for B') but that contain a source IP address of A.  On the other hand, a simple ICMP 'ping' command to B will leave the B interface, but with the (expected) source address of B as well.  So presumably the issue is SCTP-specific.

I know the Linux uses a fairly weak host model and will route packets with source address A out of B if instructed to do so.  So the question here is, is it SCTP that is specifically instructing the kernel to do so in this case?  Are there any kernel SCTP parameters, or generic kernel IP parameters for that matter, that can be configured so as to disallow this behaviour?



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-25  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 18:12 source IP and interface selection Butler, Peter
2014-07-25  1:23 ` Vlad Yasevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox