I've got an OpenVPN server running along with some Windows 10 clients. This is working great so far but I'm having an issue where two (or more) users can't seem to connect from behind the same connection.
At first I thought it was an issue with them not randomizing their local port. So I added
Code: Select all
lport 0
To the .ovpn config - but it is still not fixed.
What else should I check?