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

Daniel Zanutti daniel.zanutti at gmail.com
Fri Aug 3 10:59:15 EDT 2018


It's working.

Thanks Maxim

On Thu, Aug 2, 2018 at 8:33 PM Maxim Sobolev <sobomax at sippysoft.com> wrote:

> 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
>>
>
>
>
> _______________________________________________
> 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/20180803/2fb5949f/attachment.html>


More information about the Users mailing list