我最近在 Oracle Linux 服务器上安装了 openVPN3 以用于自动登录配置文件。我已成功将配置文件导入服务器,但它卡在会话路径上。
[root@jump openvpn3]# openvpn3 session-start --config /etc/openvpn3/config.conf
Using configuration profile from file: /etc/openvpn3/config.conf
Session path: /net/openvpn/v3/sessions/39fe0ebes23d2s4f8as8487sadce1a055a73
我尝试过在详细级别 6 上进行监控,但得到的信息没有帮助
[root@jump openvpn3]# openvpn3 log --log-level 6 --config config.conf
Waiting for session to start ... Done
Attaching to session /net/openvpn/v3/sessions/9779d843sb63es46fesa0b2sd1e848586d05
2023-03-16 16:10:35 [STATUS] Connection, Configuration OK: config_path=/net/openvpn/v3/configuration/1b4e2fe5x2e5dx4e5cx94bex39f0c1b19d89
2023-03-16 16:10:35 Client INFO: Starting connection
2023-03-16 16:10:35 [STATUS] Connection, Client connecting
我还应该做其他检查吗?
[root@jump openvpn3]# openvpn3 configs-list
Configuration path
Imported Last used Used
Name Owner
------------------------------------------------------------------------------
/net/openvpn/v3/configuration/1b4e2fe5x2e5dx4e5cx94bex39f0c1b19d89
Thu Mar 16 15:24:28 2023 Thu Mar 16 16:27:57 2023 8
config.conf root
------------------------------------------------------------------------------
答案1
今天早上,我遇到了这种情况,当时我的连接已经连续工作了 13 个月。我使用的是密苏里州堪萨斯城地区,我做了一个新的配置文件,并选择了俄勒冈州,然后它就开始正常工作了,所以这可能是该地区的服务器出了问题。