[Rtcomm] [Bug 1860] Won't pass through VPN
bugzilla-daemon at maemo.org
bugzilla-daemon at maemo.org
Tue Dec 29 20:44:05 EET 2009
https://bugs.maemo.org/show_bug.cgi?id=1860
toronney at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |toronney at gmail.com
------- Comment #36 from toronney at gmail.com 2009-12-29 20:44 GMT+3 -------
Having no luck in getting voip/sip to work over openvpn (N810).
I read the posts in https://bugs.maemo.org/show_bug.cgi?id=1860 and applied the
work arounds, outline in #25 and also #29 and #31. Here is the error read out I
get when I run a test in Openvpn Gui test option:
/etc/openvpn/nokia.up tun0 1500 1542 192.168.66.6 192.168.66.5 init
script failed: could not execute external program
Exitng
Here is my nokia.up script file in /etc/openvpn
#!/bin/sh
for acct in $(ls -d /var/lib/gconf/apps/telepathy/mc/accounts/sip* | while read
i; do echo $(basename $i); done); do\
# Force the VPN SIP account to bind itself to the
# VPN address we have just been allocated.
mc-account set $acct string:local-ip-address=$4
# Use the VPN host's address as the SIP proxy,
# since we can't count on any other being reachable.
#mc-account set $acct string:proxy-host=vpn-host.example.com
done
Looking for help, thanks
--
Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email
Replies to this email are NOT read, instead please add comments at
https://bugs.maemo.org/show_bug.cgi?id=1860
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Rtcomm
mailing list