V2ray failed to handler mux client connection

原因:

系统时间与服务器时间不对应

解决办法:

手动将系统时间更改正确。

查看和修改Linux的时区

查看当前时区

date -R

修改设置Linux服务器时区

tzselect #通用
timeconfig #仅限于RedHat Linux 和 CentOS
dpkg-reconfigure tzdata #适用于Debian
cp /usr/share/zoneinfo/$主时区/$次时区 /etc/localtime #复制相应的时区文件,替换系统时区文件

查看和修改Linux的时间

查看时间和日期

date

设置时间和日期

date -s 11/03/2009 #设定日期
date -s 17:55:55 #设定时间
hwclock -w #将当前时间和日期写入BIOS,避免重启后失效

更好的办法

https://fivyex.com/index.php/2019/11/26/linux-windows-time-not-synchronized/

2人评论了“V2ray failed to handler mux client connection”

  1. Pingback: V2ray failed to handler mux client connection – 荣明同学

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据