When I try to search for 'what is my ip address' the browser simply hangs until timeout. Maybe it's a DNS issue.
I have followed the conversation here viewtopic.php?t=22103 and have even stopped iptables altogether to be sure. But still no joy.
net.ipv4.ip_forward = 1 is already set.
OpenVPN.log (server)
Code: Select all
MULTI: multi_create_instance called
91.xx.xxx.xxx:64348 Re-using SSL/TLS context
91.xx.xxx.xxx:64348 WARNING: normally if you use --mssfix and/or --fragment, you should also set --tun-mtu 1500 (currently it is 1450)
91.xx.xxx.xxx:64348 Control Channel MTU parms [ L:1571 D:1156 EF:94 EB:0 ET:0 EL:3 ]
91.xx.xxx.xxx:64348 Data Channel MTU parms [ L:1571 D:1450 EF:121 EB:397 ET:0 EL:3 ]
91.xx.xxx.xxx:64348 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1499,tun-mtu 1450,proto UDPv4,cipher AES-256-GCM,auth [null-digest],keysize 256,key-method 2,tls-server'
91.xx.xxx.xxx:64348 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1499,tun-mtu 1450,proto UDPv4,cipher AES-256-GCM,auth [null-digest],keysize 256,key-method 2,tls-client'
91.xx.xxx.xxx:64348 TLS: Initial packet from [AF_INET]91.xx.xxx.xxx:64348, sid=842d054a 98c791dc
91.xx.xxx.xxx:64348 VERIFY OK: depth=1, CN=T CA
91.xx.xxx.xxx:64348 VERIFY OK: depth=0, CN=client1
91.xx.xxx.xxx:64348 peer info: IV_VER=3.git::3e56f9a6
91.xx.xxx.xxx:64348 peer info: IV_PLAT=ios
91.xx.xxx.xxx:64348 peer info: IV_NCP=2
91.xx.xxx.xxx:64348 peer info: IV_TCPNL=1
91.xx.xxx.xxx:64348 peer info: IV_PROTO=2
91.xx.xxx.xxx:64348 peer info: IV_AUTO_SESS=1
91.xx.xxx.xxx:64348 peer info: IV_GUI_VER=net.openvpn.connect.ios_3.2.0-3253
91.xx.xxx.xxx:64348 peer info: IV_SSO=openurl
91.xx.xxx.xxx:64348 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1499', remote='link-mtu 1471'
91.xx.xxx.xxx:64348 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 384 bit EC, curve: secp384r1
91.xx.xxx.xxx:64348 [client1] Peer Connection Initiated with [AF_INET]91.xx.xxx.xxx:64348
client1/91.xx.xxx.xxx:64348 MULTI_sva: pool returned IPv4=10.8.0.6, IPv6=(Not enabled)
client1/91.xx.xxx.xxx:64348 MULTI: Learn: 10.8.0.6 -> client1/91.xx.xxx.xxx:64348
client1/91.xx.xxx.xxx:64348 MULTI: primary virtual IP for client1/91.xx.xxx.xxx:64348: 10.8.0.6
client1/91.xx.xxx.xxx:64348 PUSH: Received control message: 'PUSH_REQUEST'
client1/91.xx.xxx.xxx:64348 SENT CONTROL [client1]: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 1.0.0.1,dhcp-option DNS 1.1.1.1,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5,peer-id 0,cipher AES-256-GCM' (status=1)
client1/91.xx.xxx.xxx:64348 Data Channel MTU parms [ L:1499 D:1450 EF:49 EB:397 ET:0 EL:3 ]
client1/91.xx.xxx.xxx:64348 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
client1/91.xx.xxx.xxx:64348 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
port 1510
tun-mtu 1450
proto udp4
dev tun
ca ca.crt
cert server.crt
key server.key
dh none
user nobody
group nogroup
push "redirect-gateway def1 bypass-dhcp"
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist /var/log/openvpn/ipp.txt
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 1.0.0.1"
push "dhcp-option DNS 1.1.1.1"
duplicate-cn
keepalive 10 120
tls-crypt ta.key
cipher AES-256-GCM
auth SHA256
persist-key
persist-tun
status /var/log/openvpn/openvpn-status.log
log /var/log/openvpn/openvpn.log
log-append /var/log/openvpn/openvpn.log
verb 4
explicit-exit-notify 1
client
tun-mtu 1450
dev tun
proto udp4
remote o4.xxxx.net 1510
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun
mute-replay-warnings
cipher AES-256-GCM
auth SHA256
key-direction 1
verb 4
<ca>
</ca>
<cert>
</cert>
<key>
</key>
<tls-crypt>
</tls-crypt>
What could I be missing please?