Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openvpn fails on Samsung Galaxy S - WiFi OK - 3G Fails #12

Open
GoogleCodeExporter opened this issue Aug 11, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Moved to android-openvpn-settings - issues

Original comment by [email protected] on 22 Jul 2011 at 12:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant