OpenVPN not working

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Yash_SCx
Posts: 4
Joined: Wed Aug 27, 2025 9:29 am

OpenVPN not working

Post by Yash_SCx » Wed Aug 27, 2025 9:35 am

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.
yash-scx_openvpn_remote_access_l3.txt
You do not have the required permissions to view the files attached to this post.

solo
Posts: 1708
Joined: Sun Feb 14, 2021 10:31 am

Re: OpenVPN not working

Post by solo » Wed Aug 27, 2025 10:07 am

The 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).

VincenzoVenuto
Posts: 4
Joined: Thu Jul 03, 2025 9:46 am

Re: OpenVPN not working

Post by VincenzoVenuto » Wed Aug 27, 2025 10:18 am

Have you try on a different port?
On my VPNserver i use different port for Softehter Client (port 5555) and OpenVPN client (port 992)

Yash_SCx
Posts: 4
Joined: Wed Aug 27, 2025 9:29 am

Re: OpenVPN not working

Post by Yash_SCx » Wed Aug 27, 2025 10:52 am

solo wrote:
Wed Aug 27, 2025 10:07 am
The 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).
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.

Yash_SCx
Posts: 4
Joined: Wed Aug 27, 2025 9:29 am

Re: OpenVPN not working

Post by Yash_SCx » Wed Aug 27, 2025 11:04 am

solo wrote:
Wed Aug 27, 2025 10:07 am
The 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).
How do I disable NAT-T in my SoftEther Client software?

solo
Posts: 1708
Joined: Sun Feb 14, 2021 10:31 am

Re: OpenVPN not working

Post by solo » Wed Aug 27, 2025 11:07 am

Check "Disable NAT-T" next to the port number field.

Yash_SCx
Posts: 4
Joined: Wed Aug 27, 2025 9:29 am

Re: OpenVPN not working

Post by Yash_SCx » Wed Aug 27, 2025 11:37 am

solo wrote:
Wed Aug 27, 2025 11:07 am
Check "Disable NAT-T" next to the port number field.
I can confirm now that I am unable to connect to the VPN Server with NAT-T disabled using the SoftEther Client. Is there anything I can do to fix this so that I can use an OpenVPN configuration file?

solo
Posts: 1708
Joined: Sun Feb 14, 2021 10:31 am

Re: OpenVPN not working

Post by solo » Wed Aug 27, 2025 11:45 am

Unless your port forwarding is flawed, there is nothing else you can do about it.

Post Reply