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 通外网。 [ubuntu 20.04] #58

Open
hairrrrr opened this issue May 10, 2024 · 11 comments

Comments

@hairrrrr
Copy link

Is your feature request related to a problem? Please describe.

netstat -tln | grep -E '9090|789.' #输出正常
env | grep -E 'http_proxy|https_proxy' #输出正常

http://118.89.118.22:9090/ui/ 也可以正常打开选择节点,和 global 代理

但是无法 ping 通外网:

╰─⠠⠵ ping youtube.com
PING youtube.com (128.242.240.244) 56(84) bytes of data.
卡住
╰─⠠⠵ gpg --keyserver www.gpg-keyserver.de --recv-key 767B5F350F20116F
gpg: keyserver receive failed: Connection timed out
@Yuzi0123
Copy link

我也有这个问题,请问解决了吗?

@Jinbo-He
Copy link

同,另外哥们你ip暴露了

@zhichengzhou98
Copy link

解决了吗?我也要这个问题

@Deepcity
Copy link

Deepcity commented Jun 3, 2024

同样的问题

@zhichengzhou98
Copy link

解决了吗?我也要这个问题

试试curl命令。
1.我也没ping通www.google.com
2.但我执行curl www.google.com有数据返回
3.关了代理(proxy_off),无法curl通,证明代理生效
https://blog.csdn.net/Abandon_Yourself/article/details/130887048

@benben7466
Copy link

同样的问题,请问大家解决了吗?

1 similar comment
@benben7466
Copy link

同样的问题,请问大家解决了吗?

@xinxingi
Copy link

xinxingi commented Jul 3, 2024

同样的问题

@hairrrrr
Copy link
Author

hairrrrr commented Jul 8, 2024

同,另外哥们你ip暴露了

我说前段时间数据库怎么被黑了

@pickupdwq
Copy link

起的服务是ipv6的,外部访问不到。要挂个域名nginx代理才能访问

@SethMa423
Copy link

我遇到了相同的问题,后面解决了。如果跟我情况相同的话希望对你有帮助:
原先的 start.sh 脚本里面代理地址有问题,https_proxyHTTPS_PROXY 的代理地址应当是 https://127.0.0.1:9090,原先的配置写的是 http://127.0.0.1:9090,修改后我这里就能正常访问了。

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

9 participants