iOS ipad coonected but can't open anything
Posted: Mon Sep 30, 2013 5:20 pm
Hi, I have successfully configured the openvpn connect client on iPad. Openvpn connects to the server, but I can not even open web page server on this server address http://10.0.1.100.
By connecting to openvpn with windows everything is working properly.
Openvpn Server I have:
Client config for openvpn connect on ipad:
By connecting to openvpn with windows everything is working properly.
Openvpn Server I have:
Code: Select all
mode server
proto tcp-server
dev tap0
port 1134
ifconfig 10.0.1.100 255.255.255.0
ifconfig-pool 10.0.1.1 10.0.1.20 255.255.255.0
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
comp-lzo
verb 3
topology subnet
push "topology subnet"
...
Code: Select all
client
dev tun
proto tcp
remote ipaddress 1134
nobind
persist-key
persist-tun
comp-lzo
comp-noadapt
# logging
verb 2
ca ca.crt
<cert>
....