I created an Open VPN server on my TPLink-AC1200 and am trying to connect my GL-AXT1800 to it as a client. However I am getting the follow error on the GL-AXT1800 when trying to enable OpenVPN connection.
Here are my OpenVPN server settings:
Service Type: UDP (I also tried TCP)
Service Port: 1194
Client Access: Internet and Home Network
I generate the certificate and loaded the config file in the GL router
Error when trying to Start the VPN connection:
Mon Feb 19 00:49:54 2024 daemon.notice ovpnclient[7412]: library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10
Mon Feb 19 00:49:59 2024 daemon.warn ovpnclient[7412]: WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Mon Feb 19 00:49:59 2024 daemon.warn ovpnclient[7412]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Mon Feb 19 00:49:59 2024 daemon.notice ovpnclient[7412]: TCP/UDP: Preserving recently used remote address: [AF_INET]73.17.243.45:1194
Mon Feb 19 00:49:59 2024 daemon.notice ovpnclient[7412]: UDP link local: (not bound)
Mon Feb 19 00:49:59 2024 daemon.notice ovpnclient[7412]: UDP link remote: [AF_INET]73.17.243.45:1194
Mon Feb 19 00:50:02 2024 daemon.notice netifd: ovpnclient (7816): Cannot find device "ovpnclient"
Mon Feb 19 00:50:02 2024 daemon.notice netifd: Interface 'ovpnclient' is now down
Mon Feb 19 00:50:02 2024 user.notice firewall: Reloading firewall due to ifdown of ovpnclient ()
Mon Feb 19 00:57:09 2024 daemon.notice netifd: Interface 'ovpnclient' is setting up now
Mon Feb 19 00:57:09 2024 daemon.warn ovpnclient[9740]: WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
Mon Feb 19 00:57:09 2024 daemon.warn ovpnclient[9740]: DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-128-CBC' to --data-ciphers or change --cipher 'AES-128-CBC' to --data-ciphers-fallback 'AES-128-CBC' to silence this warning.
Mon Feb 19 00:57:09 2024 daemon.notice ovpnclient[9740]: OpenVPN 2.5.3 arm-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
Mon Feb 19 00:57:09 2024 daemon.notice ovpnclient[9740]: library versions: OpenSSL 1.1.1l 24 Aug 2021, LZO 2.10
Mon Feb 19 00:57:09 2024 daemon.warn ovpnclient[9740]: WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Mon Feb 19 00:57:09 2024 daemon.warn ovpnclient[9740]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Mon Feb 19 00:57:09 2024 daemon.notice ovpnclient[9740]: TCP/UDP: Preserving recently used remote address: [AF_INET]73.17.243.45:1194
Mon Feb 19 00:57:09 2024 daemon.notice ovpnclient[9740]: UDP link local: (not bound)
Mon Feb 19 00:57:09 2024 daemon.notice ovpnclient[9740]: UDP link remote: [AF_INET]73.17.243.45:1194
Mon Feb 19 00:57:09 2024 daemon.err ovpnclient[9740]: write UDP: Operation not permitted (code=1)
It appears that the port is NOT reachable. On my PC that is on the WLAN via my TPlink router, I ran powershell and tested two ports, 80 and 1194. 80 was a success, and 1194 was a fail. How do I make the port reachable?