nxtrace / NTrace-core

NextTrace, an open source visual route tracking CLI tool
https://www.nxtrace.org
GNU General Public License v3.0
5.76k stars 340 forks source link

意外的 IP connection has been timeout #175

Closed 1-1-2 closed 1 year ago

1-1-2 commented 1 year ago

你正在使用哪个版本的 nexttrace?

linux_mipsle

你看到的异常现象是什么?

./ntrace_mipsle 45.88.195.154
NextTrace 3164acf 2023-10-12T02:36:15Z 3164acf
2023/10/12 03:14:13 IP connection has been timeout, please check your network

指定别的数据库正常

./ntrace_mipsle 45.88.195.154 -d ipinfo
NextTrace 3164acf 2023-10-12T02:36:15Z 3164acf
IP Geo Data Provider: ipinfo
traceroute to 45.88.195.154, 30 hops max, 52 bytes packets
1   172.22.0.1      *                         RFC1918
                                              3.28 ms / 3.47 ms / 3.35 ms

ping api.leo.moe 也正常(虽然不知道是不是这个)

ping api.leo.moe -4
PING api.leo.moe (45.88.195.154): 56 data bytes
64 bytes from 45.88.195.154: seq=0 ttl=53 time=168.902 ms
64 bytes from 45.88.195.154: seq=1 ttl=53 time=168.478 ms
64 bytes from 45.88.195.154: seq=2 ttl=53 time=168.588 ms
64 bytes from 45.88.195.154: seq=3 ttl=53 time=168.505 ms
^C
--- api.leo.moe ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 168.478/168.618/168.902 ms

你期待看到的正常表现是怎样的?

请附上你的命令

请附上出错时软件输出的错误信息

是否查询过本仓库wiki有没有类似错误

查询过

tsosunchia commented 1 year ago

已定位BUG,稍后修复

tsosunchia commented 1 year ago

在修复前,可以设置hosts文件,指定api.leo.moe解析

tsosunchia commented 1 year ago

为了确认您的问题,

需要明确一下您的网络类型,您的网络是IPv4单栈 还是 IPv4/IPv6双栈?

以及请反馈一下 nslookup api.leo.moe的结果

tsosunchia commented 1 year ago

https://github.com/nxtrace/NTrace-V1/commit/960ab9687cff1dd5fb1fc2e7b6b6ca8b640e90c1 你可尝试这里提供的预编译包,看看问题是否解决: https://github.com/nxtrace/NTrace-V1/actions/runs/6494043746

tsosunchia commented 1 year ago

fix with tag v1.2.2.3

1-1-2 commented 1 year ago

经测试 v1.2.2.3 已能正常使用。

# ./ntrace_mipsle 45.88.195.154
NextTrace 2974002 2023-10-13T01:33:44Z 2974002
[NextTrace API] prefered API IP - [2606:4700:3030::ac43:cd76] - 1713.88ms - Misaka.HKG
IP Geo Data Provider: LeoMoeAPI
traceroute to 45.88.195.154, 30 hops max, 52 bytes packets
1   172.22.0.1      *                         RFC1918
                                              3.33 ms / 3.41 ms / 3.45 ms
2   (略)

我是在 openwrt 上运行的,网络是PPPoE拨号+双栈接入

# nslookup api.leo.moe
Server:         127.0.0.1
Address:        127.0.0.1:53

Non-authoritative answer:
Name:   api.leo.moe
Address: 2606:4700:3030::6815:34ee
Name:   api.leo.moe
Address: 2606:4700:3030::ac43:cd76

Non-authoritative answer:
Name:   api.leo.moe
Address: 45.88.195.154
tsosunchia commented 1 year ago

经测试 v1.2.2.3 已能正常使用。

# ./ntrace_mipsle 45.88.195.154
NextTrace 2974002 2023-10-13T01:33:44Z 2974002
[NextTrace API] prefered API IP - [2606:4700:3030::ac43:cd76] - 1713.88ms - Misaka.HKG
IP Geo Data Provider: LeoMoeAPI
traceroute to 45.88.195.154, 30 hops max, 52 bytes packets
1   172.22.0.1      *                         RFC1918
                                              3.33 ms / 3.41 ms / 3.45 ms
2   (略)

我是在 openwrt 上运行的,网络是PPPoE拨号+双栈接入

# nslookup api.leo.moe
Server:         127.0.0.1
Address:        127.0.0.1:53

Non-authoritative answer:
Name:   api.leo.moe
Address: 2606:4700:3030::6815:34ee
Name:   api.leo.moe
Address: 2606:4700:3030::ac43:cd76

Non-authoritative answer:
Name:   api.leo.moe
Address: 45.88.195.154

感谢反馈, 猜测是您的v6(大陆地区)到api的v6 ip连接不稳定,cf ipv6不稳这是已知的问题。

kang000feng commented 8 months ago

经测试 v1.2.2.3 已能正常使用。

# ./ntrace_mipsle 45.88.195.154
NextTrace 2974002 2023-10-13T01:33:44Z 2974002
[NextTrace API] prefered API IP - [2606:4700:3030::ac43:cd76] - 1713.88ms - Misaka.HKG
IP Geo Data Provider: LeoMoeAPI
traceroute to 45.88.195.154, 30 hops max, 52 bytes packets
1   172.22.0.1      *                         RFC1918
                                              3.33 ms / 3.41 ms / 3.45 ms
2   (略)

我是在 openwrt 上运行的,网络是PPPoE拨号+双栈接入

# nslookup api.leo.moe
Server:         127.0.0.1
Address:        127.0.0.1:53

Non-authoritative answer:
Name:   api.leo.moe
Address: 2606:4700:3030::6815:34ee
Name:   api.leo.moe
Address: 2606:4700:3030::ac43:cd76

Non-authoritative answer:
Name:   api.leo.moe
Address: 45.88.195.154

感谢反馈, 猜测是您的v6(大陆地区)到api的v6 ip连接不稳定,cf ipv6不稳这是已知的问题。

尊敬的开发者您好

我升级到最新版本1.2.9 也碰到了同样的问题 , 请问该怎么排查?

IMG_2807 IMG_2806

kang000feng commented 8 months ago

Network type : IPv4/IPv6 dual stack

tsosunchia commented 8 months ago

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理

SS @.***>于2024年3月6日 周三下午9:09写道:

Network type : IPv4/IPv6 dual stack

— Reply to this email directly, view it on GitHub https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1980841913, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.***>

kang000feng commented 8 months ago

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.>于2024年3月6日 周三下午9:09写道: Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace 查询dns 流量并不会经过Xray.

kang000feng commented 8 months ago

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.>于2024年3月6日 周三下午9:09写道: Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.>

我nexttrace 指定别的数据库正常

tsosunchia commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗?

这是常见的导致问题的地方

SS @.***>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 (comment) https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1980841913>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace 查询dns 流量并不会经过Xray.

— Reply to this email directly, view it on GitHub https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1983019035, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU . You are receiving this because you modified the open/close state.Message ID: @.***>

kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.>于2024年3月7日 周四下午4:59写道: 你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @. >于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 (comment) <#175 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.> 谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace 查询dns 流量并不会经过Xray. — Reply to this email directly, view it on GitHub <#175 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU . You are receiving this because you modified the open/close state.Message ID: @.>

确定啊,我都没有设置透明代理的,这些流量怎么经过代理呢?

kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.>于2024年3月7日 周四下午4:59写道: 你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @. >于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 (comment) <#175 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.> 谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace 查询dns 流量并不会经过Xray. — Reply to this email directly, view it on GitHub <#175 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU . You are receiving this because you modified the open/close state.Message ID: @.>

您好 尊敬的开发者, 请问我tcping 45.88.195.154 443port 可连通, 为什么nexttrace却提示我连接被connection reset by peer ? 在nexttrace运行过程中都用到了哪些域名? .nxtrace.org 前面的号是什么数值? 我在主机上tcping 测试下是不是正常联通

image
kang000feng commented 8 months ago
image
kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.>于2024年3月7日 周四下午4:59写道: 你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @. >于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 (comment) <#175 (comment)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.> 谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace 查询dns 流量并不会经过Xray. — Reply to this email directly, view it on GitHub <#175 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU . You are receiving this because you modified the open/close state.Message ID: @.>

我是在这个主机上安装Xray,并在这个xray内配置对8.8.8.8 dsn查询做代理 , 这个主机的流量并不会经过xray, 只有外部设备连上xray的inbound才会经过xray.

kernelcrashdump commented 8 months ago

我测试了一下该节点无法复现问题.

SS @.***>于2024年3月7日 周四下午6:17写道:

查询 .nxtrace.org http://nxtrace.org DNS 或连接 .nxtrace.org http://nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.

*>于2024年3月7日 周四下午4:59写道: … <#m1632073606082290447> 你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @. >于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub <#175 https://github.com/nxtrace/NTrace-core/issues/175 (comment) <#175 (comment) https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1980841913>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM . You are receiving this because you modified the open/close state.Message ID: @.> 谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace 查询dns 流量并不会经过Xray. — Reply to this email directly, view it on GitHub <#175 (comment) https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1983019035>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU . You are receiving this because you modified the open/close state.Message ID: @.***>

我是在这个主机上安装Xray,并在这个xray内配置对8.8.8.8 dsn查询做代理 , 这个主机的流量并不会经过xray, 只有外部设备连上xray的inbound才会经过xray.

— Reply to this email directly, view it on GitHub https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1983188744, or unsubscribe https://github.com/notifications/unsubscribe-auth/BE4EK4KDCLY6GNKXIP7OGFDYXA5C5AVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGE4DQNZUGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kang000feng commented 8 months ago

我测试了一下该节点无法复现问题.

SS @.***>于2024年3月7日 周四下午6:17写道:

查询 *.nxtrace.org http://nxtrace.org DNS 或连接 .nxtrace.org

http://nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.*

*>于2024年3月7日 周四下午4:59写道: … <#m1632073606082290447> 你可以看看你的网络是否部署了透明代理

或者单独给dns配了代理 SS @. >于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356>

Network type : IPv4/IPv6 dual stack — Reply to this email directly, view it

on GitHub <#175 https://github.com/nxtrace/NTrace-core/issues/175

(comment) <#175 (comment)

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1980841913>>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.> 谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race ,

因为next trace 查询dns 流量并不会经过Xray. — Reply to this email directly, view it on

GitHub <#175 (comment)

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1983019035>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

. You are receiving this because you modified the open/close state.Message

ID: @.***>

我是在这个主机上安装Xray,并在这个xray内配置对8.8.8.8 dsn查询做代理 , 这个主机的流量并不会经过xray,

只有外部设备连上xray的inbound才会经过xray.

Reply to this email directly, view it on GitHub

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1983188744,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/BE4EK4KDCLY6GNKXIP7OGFDYXA5C5AVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGE4DQNZUGQ

.

You are receiving this because you are subscribed to this thread.Message

ID: @.***>

请问还有其他排查命令可以让我在这台主机上排查的吗? 如果怀疑是这个节点的问题, 用什么命令可以测试? 我升级前版本是1.2.2 一直正常使用,前几天软件底部跳出来提示,说一个月后将会停止支持能升级到最新版本,我升级到最新版本后才出现的这个问题!

kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗?

这是常见的导致问题的地方

SS @.***>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

*>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type :

IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub

<#175 (comment)

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1980841913>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.*>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace

查询dns 流量并不会经过Xray.

Reply to this email directly, view it on GitHub

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1983019035,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

你好,我在香港的vps 上使用一键脚本安装最新版nexttrace 第一次运行正常 ,第二次运行运行出现错误 ! 如图所示,请问该怎么排查呢?

image

kernelcrashdump commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.***>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

*>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type :

IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub

<#175 (comment)

#175 (comment)>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.*>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace

查询dns 流量并不会经过Xray.

Reply to this email directly, view it on GitHub

#175 (comment),

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

你好,我在香港的vps 上使用一键脚本安装最新版nexttrace 第一次运行正常 ,第二次运行运行出现错误 ! 如图所示,请问该怎么排查呢?

image

重试一下,大概就可以了

kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.__*>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

*>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type :

IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub

<#175 (comment)

#175 (comment)>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.*>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace

查询dns 流量并不会经过Xray.

Reply to this email directly, view it on GitHub

#175 (comment),

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

你好,我在香港的vps 上使用一键脚本安装最新版nexttrace 第一次运行正常 ,第二次运行运行出现错误 ! 如图所示,请问该怎么排查呢? image

重试一下,大概就可以了

您好 我刚在香港vps上重试了还是一样不能用(如下图) , 另外同样最新版 在中国的主机上还是用不了, 但是指定其他数据库却可以正常使用.

image
kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.__*>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

*>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type :

IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub

<#175 (comment)

#175 (comment)>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.*>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace

查询dns 流量并不会经过Xray.

Reply to this email directly, view it on GitHub

#175 (comment),

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

你好,我在香港的vps 上使用一键脚本安装最新版nexttrace 第一次运行正常 ,第二次运行运行出现错误 ! 如图所示,请问该怎么排查呢? image

重试一下,大概就可以了

香港vps上如果不是上面的报错就底下这种hop 完全没有显示出来的. 我反复试过多次

image
kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.__*>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

*>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type :

IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub

<#175 (comment)

#175 (comment)>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.*>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace

查询dns 流量并不会经过Xray.

Reply to this email directly, view it on GitHub

#175 (comment),

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

你好,我在香港的vps 上使用一键脚本安装最新版nexttrace 第一次运行正常 ,第二次运行运行出现错误 ! 如图所示,请问该怎么排查呢? image

重试一下,大概就可以了

在同样的网络环境和设置下 我把hk和cn vps上最新版本软件删除, 又下载回v1.2.2.3 版本 可以正常使用, 请开发者们考虑下在没有找出问题原因前 能否继续保留对旧版本的支持? 根据目前我不同主机的测试结果来看应该是最新版本软件v1.2.9 有bug

kang000feng commented 8 months ago

我测试的香港vps 是 linux amd64 , 中国大陆vps是 linux arm64 软件版本v1.2.9

kang000feng commented 8 months ago

查询 .nxtrace.org DNS 或连接 .nxtrace.org 的 TCP 流量你确定不经过代理吗? 这是常见的导致问题的地方 SS @.__*>于2024年3月7日 周四下午4:59写道:

你可以看看你的网络是否部署了透明代理 或者单独给dns配了代理 SS @.

*>于2024年3月6日 周三下午9:09写道: … <#m1940234649840986356> Network type :

IPv4/IPv6 dual stack — Reply to this email directly, view it on GitHub

<#175 (comment)

#175 (comment)>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

https://github.com/notifications/unsubscribe-auth/AOGBNB2XMTX3AJRZTJFUE4DYW4IRBAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQHA2DCOJRGM

. You are receiving this because you modified the open/close state.Message

ID: @.*>

谢谢您的回复. 网络没有部署透明代理 , Xray 配置只对8.8.8.8 查询做代理,可这个不影响next race , 因为next trace

查询dns 流量并不会经过Xray.

Reply to this email directly, view it on GitHub

#175 (comment),

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AOGBNBZLWHWID25ATS6EKY3YXAT6VAVCNFSM6AAAAAA546ACOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBTGAYTSMBTGU

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

你好,我在香港的vps 上使用一键脚本安装最新版nexttrace 第一次运行正常 ,第二次运行运行出现错误 ! 如图所示,请问该怎么排查呢? image

重试一下,大概就可以了

上一个版本 v1.2.8 也是碰到同样问题

kernelcrashdump commented 8 months ago

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1985494301

没有复现你的问题

kang000feng commented 8 months ago

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1985494301

没有复现你的问题

这是我刚刚用v1.2.2.3 测试的 截图, 是同一台机器並且同样网络环境和设置, 使用v1.2.9 就是报错 ,通过控制变量法能说明最新版存在bug.

image

kang000feng commented 8 months ago

https://github.com/nxtrace/NTrace-core/issues/175#issuecomment-1985494301

没有复现你的问题

尊敬的开发者 您好, 为了更好地查出问题 ,能否告知nextrace 在运行的时候都连接的哪些域名? 我想尝试把这些domain 在本地host文件做local mapping

kernelcrashdump commented 8 months ago

#175 (comment) 没有复现你的问题

尊敬的开发者 您好, 为了更好地查出问题 ,能否告知nextrace 在运行的时候都连接的哪些域名? 我想尝试把这些domain 在本地host文件做local mapping

api.nxtrace.org

以及

origin-fallback.nxtrace.org

kang000feng commented 8 months ago

origin-fallback.nxtrace.org

谢谢您提供的域名 . 我把这两个域名的ipv6地址写进本地主机的hosts中, 强制解析ipv6地址, 发现域名api.nxtrace.org 会被被 SNI 阻断, 返回信息如下: 而使用v1.2.2.3 版本 却能正常连接, 请问v1.2.2.3 版本用的域名是api.leo.moe 吗? 如果是的话说明新版本的域名在中国部分地区已经被被 SNI 阻断 .

image

image
kang000feng commented 8 months ago

#175 (comment)

没有复现你的问题

尊敬的开发者 您好, 为了更好地查出问题 ,能否告知nextrace 在运行的时候都连接的哪些域名? 我想尝试把这些domain 在本地host文件做local mapping

api.nxtrace.org

以及

origin-fallback.nxtrace.org

测试旧版本的 api.leo.moe 没有被sni阻断. Curl https://api.leo.moe

image