[OpenSIPS-Users] Use RTPPROXY to bridge ipv4/ipv6

Maxim Sobolev sobomax at sippysoft.com
Thu Aug 2 19:30:16 EDT 2018


Daniel, you can find some v4-v6 examples here:

https://github.com/sippy/voiptests/blob/master/test_run.sh

${RTPPROXY} -p "${RTPP_PIDF}" -d dbug -f -s stdio: -s "${RTPP_SOCK_UDP}" \
  -s "${RTPP_SOCK_CUNIX}" -s "${RTPP_SOCK_UNIX}" -s "${RTPP_SOCK_UDP6}" -s
"${RTPP_SOCK_TCP}" \
  -s "${RTPP_SOCK_TCP6}" -m 12000 -M 15000 -6 '/::' -l '0.0.0.0'
${RTPP_NOTIFY_ARG}

In your case that would be (note "/" in front of IPv6 addr):

/bin/rtpproxy -F -l "200.200.200.200" -6 "/2607:3f00:::::2
<http://200.200.200.200/2607:3f00:::::2>"

-Max

On Thu, Aug 2, 2018 at 1:50 PM Daniel Zanutti <daniel.zanutti at gmail.com>
wrote:

> Hi
>
> I'm trying to configure RTPPROXY to bridge ipv4 and ipv6 networks, but
> didn't find the proper way.
> Supposing IPs "200.200.200.200" and  "2607:3f00:::::2 " both on ETH0
> interface.
>
> Tried:
> /bin/rtpproxy -F -l 200.200.200.200/2607:3f00:::::2
>
> Got this error: Restarting rtpproxy: rtpproxy: host2bindaddr: Address
> family for hostname not supported
>
> Then used -6 option and got same error:
> /bin/rtpproxy -F -6 200.200.200.200/2607:3f00:::::2
>
> What is the right way?
>
> Thanks
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20180802/e46743e4/attachment-0001.html>


More information about the Users mailing list