我已经配置了开放VPN。我可以连接到它,但是我的问题是当我在两个不同的设备中使用相同的用户名时,它总是重新连接。
设备1连接,设备2重新连接,1秒后设备1重新连接和设备2连接。
但是,如果我对每个设备使用两个不同的用户名,它就能正常工作,没有人会断开连接。
这是否可以为每个设备创建一个用户名和密码,并且连接应该是稳定的。
发布于 2020-12-03 07:18:14
尝试设置duplicate-cn
–duplicate-cn
Allow multiple clients with the same common name to concurrently connect.
In the absence of this option, OpenVPN will disconnect a client instance upon
connection of a new client having the same common name.https://serverfault.com/questions/1044784
复制相似问题