| The Following User Says Thank You to lma For This Useful Post: | ||
/etc/openvpn/nokia.up tun0 1500 1542 192.168.66.6 192.168.66.5 init script failed: could not execute external program Exitng
#!/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
| The Following User Says Thank You to TA-t3 For This Useful Post: | ||