Hi,<br><div class="gmail_quote">I am setting up <a href="http://old.nabble.com/NAT-T-support-in-2.6-kernel-td19851045.html" target="_blank">IPSec for IMS</a>, where UE is behind NAT. I am not able to receive any encrypted messages on UE side as they are dropped by the kernel. Found <a href="http://wiki.strongswan.org/repositories/entry/strongswan/src/charon/network/socket.c?rev=5e6bbf4f772915fa98e0bc47b802ef84d02746f8" target="_blank">this thread</a> where setsockopt is done globally. Does that mean that I can run a "test program" and do a setsockopt on the UDP socket in the "test program" and I will be able to receive messages on the UE ?  <br>



<pre>setsockopt(skt, SOL_UDP, UDP_ENCAP, &type, <span>sizeof</span>(type)) < <span>0</span>)<br><br>Regards,<br>Kaushal<br></pre>
</div><br>