Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenVPN default UDP port 1194 not working #1996

Closed
1 task done
lijinlongpq opened this issue May 10, 2024 · 2 comments
Closed
1 task done

OpenVPN default UDP port 1194 not working #1996

lijinlongpq opened this issue May 10, 2024 · 2 comments

Comments

@lijinlongpq
Copy link

Are you using SoftEther VPN 5.x?

  • Yes, I'm using SoftEther VPN 5.x, not 4.x.

Version

5.02.5184

Component

VPN Server

Operating system & version

AlmaLinux 8.9

Architecture or Hardware model

amd64

Steps to reproduce

I recently upgraded my SoftEther VPN server to version 5.02.5184. Cos I am using VM and no backup, couldn't remember the exact version of old SoftEther VPN server. Should be 5.01.9674.
The problem is after upgrade, the VPN server no longer listen on UDP port 1194. I cannot connect to my VPN server using OpenVPN connect client.
From server manager I can see the configuration for OpenVPN UDP ports is blank. I tried to set the port but didn't work.
I found that in old version, the configuration for openvpn is under ServerConfiguration and has this item: string OpenVPN_UdpPortList 1194
And in new version, the configuration items for OpenVPN changed to ServerConfiguration -> Proto -> OpenVPN. I tried to manually add string OpenVPN_UdpPortList 1194 also not working.

✔️ Expected Behavior

The SoftEther VPN server should listen on OpenVPN UDP port 1194 if enabled OpenVPN server function.

❌ Actual Behavior

UDP port 1194 not listening and UDP ports configuration is empty.

Anything else?

No response

@davidebeatrici
Copy link
Member

The setting is now called PortsUDP as it also applies to other protocols (i.e. WireGuard), see #1130.

@lijinlongpq
Copy link
Author

Hi ,

Thanks a lot, Issue resolved,
It seems that after upgrade, the PortsUDP with value $. It's not picking up the original configuration 1194. I manually updated the configuration file from string PortsUDP $ -> string PortsUDP 1194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants