I have a SoftEther VPN server setup with a virtual hub. I am able to successfully connect to this server using the SoftEther Client, however when I try to use an OpenVPN config file to try and connect to the server it always fails and gives me a "Request timed out" error. I have attached the openvpn config file to this post. Any help I can have is appreciated.
OpenVPN not working
-
- Posts: 4
- Joined: Wed Aug 27, 2025 9:29 am
OpenVPN not working
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1708
- Joined: Sun Feb 14, 2021 10:31 am
Re: OpenVPN not working
The same story here viewtopic.php?f=7&t=69614#p103283
...and your server does not respond with OpenVPN signature.
...and your server does not respond with OpenVPN signature.
Code: Select all
echo "\070\001\000\000\000\000\000\000\000" | ncat -uv -i 5 vpnxxx.softether.net 443 | cat -v
...
Ncat: Idle timeout expired (5000 ms).
-
- Posts: 4
- Joined: Thu Jul 03, 2025 9:46 am
Re: OpenVPN not working
Have you try on a different port?
On my VPNserver i use different port for Softehter Client (port 5555) and OpenVPN client (port 992)
On my VPNserver i use different port for Softehter Client (port 5555) and OpenVPN client (port 992)
-
- Posts: 4
- Joined: Wed Aug 27, 2025 9:29 am
Re: OpenVPN not working
Thanks for the response solo, however, I am unsure as to why my server does not respond with OpenVPN signature, my "Enable OpenVPN Clone Server Function" is on for both ports 443 and 1194. I have ensured that the "Routing and Remote Access" service on my server machine is not running either. Also, I haven't enabled SecureNAT.solo wrote: ↑Wed Aug 27, 2025 10:07 amThe same story here viewtopic.php?f=7&t=69614#p103283
...and your server does not respond with OpenVPN signature.Code: Select all
echo "\070\001\000\000\000\000\000\000\000" | ncat -uv -i 5 vpnxxx.softether.net 443 | cat -v ... Ncat: Idle timeout expired (5000 ms).
-
- Posts: 4
- Joined: Wed Aug 27, 2025 9:29 am
Re: OpenVPN not working
How do I disable NAT-T in my SoftEther Client software?solo wrote: ↑Wed Aug 27, 2025 10:07 amThe same story here viewtopic.php?f=7&t=69614#p103283
...and your server does not respond with OpenVPN signature.Code: Select all
echo "\070\001\000\000\000\000\000\000\000" | ncat -uv -i 5 vpnxxx.softether.net 443 | cat -v ... Ncat: Idle timeout expired (5000 ms).
-
- Posts: 1708
- Joined: Sun Feb 14, 2021 10:31 am
Re: OpenVPN not working
Check "Disable NAT-T" next to the port number field.
-
- Posts: 4
- Joined: Wed Aug 27, 2025 9:29 am
-
- Posts: 1708
- Joined: Sun Feb 14, 2021 10:31 am
Re: OpenVPN not working
Unless your port forwarding is flawed, there is nothing else you can do about it.