View Single Post
Posts: 290 | Thanked: 385 times | Joined on Jan 2012 @ Madrid, Spain
#20
Hi.

You can get the .deb file here:
https://openrepos.net/content/rzr/openvpn
Then install it as root with:
Code:
dpkg -i filename.deb
On the other hand I managed to:

1.- Install openvpn.
Instead of devel-su I used opensh to get root. This way it got rid of all the messages like 'permission denied'.

2.- Register telepathy SIP client through the VPN client.
Just for future reference I had to hack it with this command:
Code:
mc-tool update sofiasip/sip/_313_40172_2e26_2e0_2e20 string:local-ip-address='172.26.0.8'
Where 172.26.0.8 is the address recognized by the SIP server. It seems the SIP client address is always bind to the GPRS address of the gprs0 interface. More info here

Regards.

Last edited by pasko; 2016-01-31 at 12:53.
 

The Following User Says Thank You to pasko For This Useful Post: