Hi, I am having trouble getting my application to send out DTLS packets on a specific nic/vlan. My application needs to bypass the local routing table and force packets to go out via a specified nic. The way I do it in plaintext mode is to simply bind the output socket to that specific nic which works well. So before I call SSL_new() and BIO_new_dgram() I do a bind() on the socket so the transmitted packets should be forced to go out on a specific nic instead of handing over that decision to the local routing table. But no luck for me, the packets still go out the way that are specified in the routing table when I use OpenSSL. Any thoughts around where this might go wrong is greatly appreciated. Regards Fredrik -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20160825/0d02cebc/attachment.html>