You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All installed OK
Using Openvpn Settings from the market
All correct when connected - picks up IP addresses etc from the server.
Indeed an external WiF connection through the internet to the server -
everything works.
However using 3G - it connects OK but fails - failure shown when a VoIP SIP
client connects to a VoIP SIP server - the client registers OK but cant make
calls. Also the Android browsing to a web server over the VPN starts to
connect - then hangs.
Also tested - Android was set up for tethering (WiFi Access Point to 3G
internet service) and a Windows laptop connected. The Windows laptop runs
OpenvpnGUI and everything works - inc VoIP and all web services. To me this
means that it IS possible to run across the 3G.
Notes:-
The Openvpn server is a DD-WRT Linksys working as a UDP Bridge (tap0) which
works perfectly for other clients.
Here are the config files
SERVER
mode server
proto udp
port 1194
dev tap0
server-bridge 10.0.020.001 255.255.255.0 10.0.020.050 10.0.020.060
keepalive 10 120
daemon
verb 5
client-to-client
dh /tmp/openvpn/dh.pem
ca /tmp/openvpn/ca.crt
cert /tmp/openvpn/cert.pem
key /tmp/openvpn/key.pem
CLIENT
remote XXX.XXX.XXX.XXX 1194
client
dev tap0
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
float
ns-cert-type server
ca ca.crt
cert client.crt
key client.key
verb 3
Any ideas?
Original issue reported on code.google.com by [email protected] on 22 Jul 2011 at 10:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Jul 2011 at 10:56The text was updated successfully, but these errors were encountered: