I have set up OpenVPN in order to remotely connect to my home network. However, something is wrong with my Firewall I think, as I get Server poll timeout errors in the OpenVPN client.
My setup is as follows:
I have a DS Lite connection, so everything is IPv6 only. I've set up a DynDNS entry using Route53, which all seems to work correctly, i.e. it is updated automatically should my IP address change, and doing ping vpn.myurl.com
works.
I have the standard zone forwardings:
I don't have any port forwards and this is the entry for my Traffic Rule:
However, this is what happens when I try to connect to the VPN:
[Jan 26, 2025, 10:31:22] START CONNECTION
[Jan 26, 2025, 10:31:22] ----- OpenVPN Start -----
OpenVPN core 3.10.5 ios arm64 64-bit
[Jan 26, 2025, 10:31:22] OpenVPN core 3.10.5 ios arm64 64-bit
[Jan 26, 2025, 10:31:22] Frame=512/2112/512 mssfix-ctrl=1250
[Jan 26, 2025, 10:31:22] NOTE: This configuration contains options that were not used:
[Jan 26, 2025, 10:31:22] Unsupported option (ignored)
[Jan 26, 2025, 10:31:22] 0 [user] [nobody]
[Jan 26, 2025, 10:31:22] 1 [group] [nogroup]
[Jan 26, 2025, 10:31:22] EVENT: RESOLVE
[Jan 26, 2025, 10:31:22] Contacting [<correct IPv6 address>]:1194 via UDP
[Jan 26, 2025, 10:31:22] EVENT: WAIT
[Jan 26, 2025, 10:31:22] Connecting to [vpn.myurl.com]:1194 (<correct IPv6 address>) via UDP
[Jan 26, 2025, 10:31:32] Server poll timeout, trying next remote entry...
[Jan 26, 2025, 10:31:32] EVENT: RECONNECTING
[Jan 26, 2025, 10:31:32] EVENT: RESOLVE
[Jan 26, 2025, 10:31:32] Contacting [<correct IPv6 address>]:1194 via UDP
[Jan 26, 2025, 10:31:32] EVENT: WAIT
<...>
[Jan 26, 2025, 10:32:18] Connecting to [vpn.myurl.com]:1194 (<correct IPv6 address>) via UDP
[Jan 26, 2025, 10:32:22] EVENT: CONNECTION_TIMEOUT [ERR]
[Jan 26, 2025, 10:32:22] EVENT: DISCONNECTED
[Jan 26, 2025, 10:32:22] EVENT: CORE_THREAD_DONE
[Jan 26, 2025, 10:32:22] EVENT: DISCONNECT_PENDING
[Jan 26, 2025, 10:32:22] Raw stats on disconnect:
BYTES_OUT : 20827
PACKETS_OUT : 59
CONNECTION_TIMEOUT : 1
N_RECONNECT : 5
[Jan 26, 2025, 10:32:22] Performance stats on disconnect:
CPU usage (microseconds): 73547
Network bytes per CPU second: 283179
Tunnel bytes per CPU second: 0
Any idea why this is not working?