Hi. The settings of the Terramaster F5-221 VPN server are as follows: Only the OpenVPN server is enabled. The Enable OpenVMP server (ticked), Dynamic IP address 10.0.4.0, Max connections 20, Port 1194, Protocol udp, Encryption settings AES-256-CDC, Authentication SHA256, Enable VPN compression (not ticked), Allow clients to access the server LAN (ticked). I have tried several different settings including changing the Dynamic IP address including the range and Enable VPN compression ticked and unticked. I exported the configuration file and edited the YOUR_SERVER_IP to be my F5-221 dynamic ddns address using no-ip. I imported the VPNConfig.ovpn file and I successfully connect to the VPN and the Connection stats graphs so packets passing showing bytes in and bytes out.
My remote LAN is a class A network with the router at 10.0.0.254 subnet mask 255.0.0.0. When I use the command prompt I get:
C:\Users\Robin>ipconfig
Windows IP Configuration
Unknown adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80:

9cd3:a652:25e7%19
IPv4 Address. . . . . . . . . . . : 10.0.4.6
Subnet Mask . . . . . . . . . . . : 255.255.255.252
Default Gateway . . . . . . . . . :
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : home
IPv4 Address. . . . . . . . . . . : 192.168.1.249
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
See the ping results below. My remote router LAN address is 10.0.0.254 and I can ping it ok on the local LAN
C:\Users\Robin>ping 10.0.4.6
Pinging 10.0.4.6 with 32 bytes of data:
Reply from 10.0.4.6: bytes=32 time<1ms TTL=128
Reply from 10.0.4.6: bytes=32 time<1ms TTL=128
Reply from 10.0.4.6: bytes=32 time<1ms TTL=128
Reply from 10.0.4.6: bytes=32 time<1ms TTL=128
Ping statistics for 10.0.4.6:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Users\Robin>ping 10.0.0.254
Pinging 10.0.0.254 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 10.0.0.254:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Please let me know what I need to change