<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I have a few places where using a SIP (or webrtc) endpoint demands opening up the very restrictive local network firewall. Setting rtp port range would be the way to go, however usually the simple math (e.g. setting the range for 2x the number of endpoints) is still not welcomed by local network admins - paranoid ones :)<br><br></div>My idea here is whether we could use SO_REUSEPORT in the RTP stack (I&#39;ve found in sofia lib the conditional use of this option) and possibly setting a very short range for RTP or even setting only one port (I&#39;m not sure about RTCP) as from the other side packets come from the same IP but from different port, e.g.<br></div>IPclient:PortA -&gt; IPFSserver:PortX<br>IPclient:PortB -&gt; IPFSserver:PortX<br>IPclient:PortC -&gt; IPFSserver:PortX<br></div>etc.<br><br></div>What do you think, would it be doable? If not, any other way to rapidly lower the port range to be set at the endpoint side?<br><br></div>Regards,<br></div>  Jalsot<br><div><div><div><div><br></div></div></div></div></div>