Page 1 of 1

SIP over OpenVPN tunnel

Posted: Thu Aug 04, 2011 2:25 pm
by yb_openvpn
Hi All,

I'm trying route my SIP traffic over tunnel from any place in the world. I have OpenVPN server running on my home router (WRT54@TomatoVPN firmware). I can connect from my work laptop behind restrictive firewall (TCP, port 443), so basic setup is working fine. The question is how can I redirect my SIP only traffic to OpenVPN server?

Best regards,
yb.

Re: SIP over OpenVPN tunnel

Posted: Thu Aug 04, 2011 5:57 pm
by Mimiko
Hello.

To do this you will have to find the remote address, where your SIP soft connects and use the

Code: Select all

push "route remote_ip 255.255.255.255"
in the serves configuration.

Re: SIP over OpenVPN tunnel

Posted: Fri Aug 05, 2011 3:36 pm
by yb_openvpn
Thanks.
Is there any solution on client side? My server installed on router and I have no idea how to reach and edit its config file.

Re: SIP over OpenVPN tunnel

Posted: Fri Aug 05, 2011 3:54 pm
by Mimiko
You can use in the client configuration:
route remote_ip 255.255.255.255
But if the server does not forward traffic from tunnel to internet - this will not help you.