T-Mobile - iOS 10.2 WiFi works, LTE "Network is unreachable"
Posted: Wed Jan 04, 2017 5:45 am
I'm having a similar issue, (previously posted here but thread is locked), in that my iPhone running iOS 10.2, and the OpenVPN 1.0.7 build 199 client, will connect to my provider's VPN servers when using WiFi, but not when using LTE, producing the "Network is unreachable" error, previously mentioned. (I have the latest carrier settings, can't initiate an update, and they're not editable as far as I can tell). Thinking that this may be IPv6 related, I then tried adding the following lines to the ovpn configuration file I used. First;
and then removing that line and adding;
Neither had any effect on this issue.
OpenVPN Log file;
Code: Select all
redirect-gateway ipv6
Code: Select all
push-remove tun-ipv6
push-remove ifconfig-ipv6
push-remove route-ipv6
OpenVPN Log file;
Code: Select all
2017-01-03 15:13:56 ----- OpenVPN Start -----
OpenVPN core 3.0.11 ios arm64 64-bit built on Apr 15 2016 14:13:50
2017-01-03 15:13:56 Frame=512/2048/512 mssfix-ctrl=1250
2017-01-03 15:13:56 UNUSED OPTIONS
4 [nobind]
5 [persist-key]
6 [persist-tun]
7 [mute-replay-warnings]
11 [verb] [3]
15 [tls-cipher] [...]
2017-01-03 15:13:56 EVENT: RESOLVE
2017-01-03 15:13:56 Contacting XXX.XXX.XXX.XXX:443 via TCP
2017-01-03 15:13:56 EVENT: WAIT
2017-01-03 15:13:56 SetTunnelSocket returned 1
2017-01-03 15:13:56 Transport Error: TCP connect error on 'XXX.XXX.XXX.XXX:443' (XXX.XXX.XXX.XXX:443): Network is unreachable
2017-01-03 15:13:56 Client terminated, restarting in 2...
2017-01-03 15:13:56 NET WiFi:NotReachable/WR tc-----
2017-01-03 15:13:56 NET Internet:ReachableViaWWAN/WR t------
2017-01-03 15:13:58 EVENT: RECONNECTING
2017-01-03 15:13:58 Contacting XXX.XXX.XXX.XXX:443 via TCP
2017-01-03 15:13:58 EVENT: WAIT
2017-01-03 15:13:58 SetTunnelSocket returned 1
2017-01-03 15:13:58 Transport Error: TCP connect error on 'XXX.XXX.XXX.XXX:443' (XXX.XXX.XXX.XXX:443): Network is unreachable
2017-01-03 15:13:58 Client terminated, restarting in 2...
2017-01-03 15:14:00 EVENT: RECONNECTING
2017-01-03 15:14:00 Contacting XXX.XXX.XXX.XXX:443 via TCP
2017-01-03 15:14:00 EVENT: WAIT
2017-01-03 15:14:00 SetTunnelSocket returned 1
2017-01-03 15:14:00 Transport Error: TCP connect error on 'XXX.XXX.XXX.XXX:443' (XXX.XXX.XXX.XXX:443): Network is unreachable
2017-01-03 15:14:00 Client terminated, restarting in 2...
2017-01-03 15:14:02 EVENT: RECONNECTING
2017-01-03 15:14:02 Contacting XXX.XXX.XXX.XXX:443 via TCP
2017-01-03 15:14:02 EVENT: WAIT
2017-01-03 15:14:02 SetTunnelSocket returned 1
2017-01-03 15:14:02 Transport Error: TCP connect error on 'XXX.XXX.XXX.XXX:443' (XXX.XXX.XXX.XXX:443): Network is unreachable
2017-01-03 15:14:02 Client terminated, restarting in 2...
2017-01-03 15:14:04 EVENT: RECONNECTING
2017-01-03 15:14:04 Contacting XXX.XXX.XXX.XXX:443 via TCP
2017-01-03 15:14:04 EVENT: WAIT
2017-01-03 15:14:04 SetTunnelSocket returned 1
2017-01-03 15:14:04 Transport Error: TCP connect error on 'XXX.XXX.XXX.XXX:443' (XXX.XXX.XXX.XXX:443): Network is unreachable
2017-01-03 15:14:04 Client terminated, restarting in 2...