233boy/sing-box

【反馈】使用sing-box运行报错

scarlett518 opened this issue · 6 comments

正常使用脚本运行后发现默认搭建的vless+reality节点不通,tcp ping发现端口不通,查看日志发现以下报错

+0200 2024-08-21 12:24:49 INFO router: updated default interface ens18, index 2
+0200 2024-08-21 12:24:59 INFO router: updated default interface ens18, index 2
+0200 2024-08-21 12:25:09 WARN router: initialize time service take too much time to finish!
+0200 2024-08-21 12:25:10 INFO router: updated default interface ens18, index 2

ens18是网卡接口名称
使用其它sing-box脚本没有什么问题,不知道是什么情况

你这是客户端的吧,你看看服务器那边端口有没有被监听

ss -tunlp | grep sing-box

你这是客户端的吧,你看看服务器那边端口有没有被监听

ss -tunlp | grep sing-box

这个是服务端的日志,运行大佬脚本后按9-2查看的日志

root@localhost:~# sb

------------- sing-box script v1.03 by 233boy -------------
sing-box 1.9.4: running
群组(Chat): https://t.me/tg233boy

 1) 添加配置
 2) 更改配置
 3) 查看配置
 4) 删除配置
 5) 运行管理
 6) 更新
 7) 卸载
 8) 帮助
 9) 其他
10) 关于

请选择 [1-10]:9
选择: 其他

1) 启用BBR
2) 查看日志
3) 测试运行
4) 重装脚本
5) 设置DNS

请选择 [1-5]:2
选择: 查看日志

 提醒: 按 Ctrl + C 退出

+0200 2024-08-21 13:26:31 INFO router: updated default interface ens18, index 2
+0200 2024-08-21 13:26:41 INFO router: updated default interface ens18, index 2
+0200 2024-08-21 13:26:52 INFO router: updated default interface ens18, index 2
+0200 2024-08-21 13:27:02 WARN router: initialize time service take too much time to finish!
+0200 2024-08-21 13:27:02 INFO router: updated default interface ens18, index 2
+0200 2024-08-21 13:27:12 INFO router: updated default interface ens18, index 2

输入ss -tunlp | grep sing-box后没有反应

后台sing-box创建的协议没有监听,重启也是

root@localhost:~# netstat -nltp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      11173/sshd: /usr/sb 
tcp6       0      0 :::22                   :::*                    LISTEN      11173/sshd: /usr/sb 

那个日志报错不清楚是什么情况

是不是还装了别的 sing-box 脚本?你只保留我的看看

是不是还装了别的 sing-box 脚本?你只保留我的看看

刚重装完的debian12系统安装的,没有其它sing-box脚本

换 Ubuntu 看看,

ubuntu没有问题,这个debian12是我经常手动DD重装的镜像,不知道为什么这次用不了,其它服务器都能运行,很奇怪,还是谢谢大佬了