iPhone connects but IP address does not change
Posted: Sat Apr 20, 2013 3:21 pm
My iPhone connectes to OpenVPN server on my Windows 7 desktop and the VPN icon shows on the iPhone when connected. However the iPhone doesn't get the external IP address of the server using whatismyip.com and keeps the Ip address it had before running the iPhone Open VPN client. In addition, the iPhone OpenVPN app has blank entries for "User" and "Client IP".
Very grateful for advice. Thanks.
client file:
dev tun
proto udp
remote 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt # local files
cert iPhone.crt
key iPhone.key
ns-cert-type server
comp-lzo
verb 3
server file:
port 1194
proto udp
dev tun
ca ca.crt # files in local folder
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
iPhone app connection details:
Duration [ correct duration]
Packet received [ 1 second ago ]
Bytes In [ 32.81 KB ]
Bytes out [ 10.14 KB ]
VPN IPv4 10.8.0.6
VPN IPv6 [blank]
User [blank]
Client IP [blank]
Server [ correct server address ]
Server IP [ correct server IP]
Port 1194
Protocol UDPv4
Very grateful for advice. Thanks.
client file:
dev tun
proto udp
remote 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt # local files
cert iPhone.crt
key iPhone.key
ns-cert-type server
comp-lzo
verb 3
server file:
port 1194
proto udp
dev tun
ca ca.crt # files in local folder
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
iPhone app connection details:
Duration [ correct duration]
Packet received [ 1 second ago ]
Bytes In [ 32.81 KB ]
Bytes out [ 10.14 KB ]
VPN IPv4 10.8.0.6
VPN IPv6 [blank]
User [blank]
Client IP [blank]
Server [ correct server address ]
Server IP [ correct server IP]
Port 1194
Protocol UDPv4