透明代理无法代理路由本机docker容器 #2971
Unanswered
qiangxinglin
asked this question in
Q&A
Replies: 2 comments
-
Docker 我记得很常见的一个问题就是反向过滤导致网络不通, 可以试试这几行: sysctl -w net.bridge.bridge-nf-call-arptables=0
sysctl -w net.bridge.bridge-nf-call-ip6tables=0
sysctl -w net.bridge.bridge-nf-call-iptables=0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也遇到了,想不明白为啥docker的dns解析会失败 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
境内vps, 安装了tailscale, 在host下搭建了xray透明代理, host可以上网, 但是容器内会断网
教程: 透明代理(TProxy)配置教程
完整环境
运行后, host可以curl https://www.google.com
但是容器内断网, 百度也无法访问
Beta Was this translation helpful? Give feedback.
All reactions