在sspanel对接V2Ray后端、经常遇到对接错误的难题、谷歌查阅、什么放行端口、关闭防火墙(小白不会啊)、胡弄大半天终于连接成功、云朵显示绿色、但还是无法连接外网、这下热情都没了、以下是我遇到的问题、与解决方法
时间校对
V2Ray对时间的准确度是很敏感的、包括服务器的时间、使用设备的时间、很多云朵显示绿色、但还是无法连接外网就是这个原因
方法一:
Centos 7
yum install -y ntp
systemctl enable ntpd
ntpdate -q 0.rhel.pool.ntp.org
systemctl restart ntpd
Debian 9 / Ubuntu 16
apt-get install -y ntp
systemctl enable ntp
systemctl restart ntp
方法二:
安装依赖:
Ubuntu、Debian
apt install ntpdate
Centos
yum install ntpdate
Linux系统时间同步
ntpdate time.windows.com
修改BIOS硬件时间
通常上述方法修改系统时区就可以了,但是如果硬件的时间本身不正确,可能需要修改BIOS的硬件时间,方法也很简单,先把系统时间设置正确后,把系统时间写入BIOS时间里
hwclock -w
原文链接:https://www.haoozi.com/archives/647,转载请注明出处。
请先
!