View Single Post
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#2
ah! i merged the two up scripts /etc/openvpn/maemo-update-resolvconf and /etc/openvpn/nokia.up into a single up script. mc-tool now adds the local ip address as follows:
Code:
       (bool) discover-binding = false
        (bool) discover-stun = true
      (string) keepalive-mechanism = register
      (string) transport = udp
        (uint) keepalive-interval = 30
        (uint) port = 5065
        (bool) loose-routing = false
      (string) local-ip-address = 10.8.0.6
Using wireshark on wlan0 i can still see Request : REGISTER sip:xx.dyndns.org and sip connection is not successful.

any ideas?