Hi, > I have a VPN tunnel through which I need to send some SCTP packets. > However, when I try to send the SCTP, it does not go through the > tunnel but rather tries to send the packet directly to the destination > IP.
SCTP over IPsec had (has?) some issues in the Linux kernel. See [1] for a fix to match for ports, or [2] for IPv6 SCTP over IPsec. Updating to the latest kernel might help. Regards Martin [1]http://permalink.gmane.org/gmane.network.vpn.strongswan.user/802 [2]http://patchwork.ozlabs.org/patch/92993/ _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
