Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启用后在终端使用 ping / dig 等网络相关命令时的问题 #196

Open
duckduckx opened this issue Jul 7, 2024 · 2 comments
Open

Comments

@duckduckx
Copy link

duckduckx commented Jul 7, 2024

  • dig 时的情况如下
➜  ~ dig www.google.com

; <<>> DiG 9.10.6 <<>> www.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24360
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.google.com.			IN	A

;; ANSWER SECTION:
www.google.com.		6	IN	A	198.18.1.35

;; Query time: 3 msec
;; SERVER: 198.19.0.3#53(198.19.0.3)
;; WHEN: Sun Jul 07 21:10:04 CST 2024
;; MSG SIZE  rcvd: 48`

明显得到的一个错误的 ip, 其他的地址也是一样的.

  • 使用 ping 时
➜  ~ ping www.google.com
PING www.google.com (198.18.1.35): 56 data bytes
64 bytes from 198.18.1.35: icmp_seq=0 ttl=64 time=0.389 ms
64 bytes from 198.18.1.35: icmp_seq=1 ttl=64 time=0.718 ms
^C
--- www.google.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.389/0.553/0.718/0.165 ms

显然这个 ip 和 time 都是不对的.

  • 其他的工具也是这样, 导致无法正常使用各种网络命令, 关闭 Quantumult-X 后则一切正常, 请问要如何解决?
@JessieeLi
Copy link

+1
ssh 命令也有同样问题

@Leev1s
Copy link

Leev1s commented Nov 3, 2024

这是fakeip的特性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants