<div dir="ltr">Hi,<div><br></div><div>I have a box on AWS with two IP's. I start rtpproxy with:</div><div>/usr/bin/rtpproxy -f -p /var/run/rtpproxy/rtpproxy.pid -d DBUG -s unix:/var/run/rtpproxy/rtpproxy.sock -m 10000 -M 30000 -s udp:10.0.0.61 22222 -l 10.0.0.61<br></div><div><br></div><div>When a call comes in it seems RTP proxy is only listening for the RTP packets on the boxes main IP 10.0.0.60 and not what I specified with the l flag which is 10.0.0.61. Below is the output of netstat when a call is made</div><div><br></div><div>[root@ip-10-0-0-60 opensips]# netstat -ntupl | grep rtp<br>udp        0      0 <a href="http://10.0.0.60:24494">10.0.0.60:24494</a>         0.0.0.0:*                           28088/rtpproxy      <br>udp        0      0 <a href="http://10.0.0.60:24495">10.0.0.60:24495</a>         0.0.0.0:*                           28088/rtpproxy      <br>udp        0      0 <a href="http://10.0.0.60:22474">10.0.0.60:22474</a>         0.0.0.0:*                           28088/rtpproxy      <br>udp        0      0 <a href="http://10.0.0.60:22475">10.0.0.60:22475</a>         0.0.0.0:*                           28088/rtpproxy      <br>udp        0      0 <a href="http://10.0.0.61:22222">10.0.0.61:22222</a>         0.0.0.0:*                           28088/rtpproxy      <br>[root@ip-10-0-0-60 opensips]# <br></div><div><br></div><div><br></div></div>