-
Notifications
You must be signed in to change notification settings - Fork 46
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
macos13.2_inter芯dockerDesktop4.16.2无法连接ip #12
Comments
macos M2芯,DockerDesktop4.16.2无法连接ip,降低到4.12.0 可以连接上 |
有可能是升级后默认开启 macOS Big Sur 新增的 M1 系统关闭这个功能就能使用了 |
我的是inter芯片的,之前这样设置过也没有效果 |
Same to me. macOS M1 with Docker Desktop 4.16 doesn't work; Cannot ping. |
Don't upgrade to 4.16, it is Docker desktop issue. Downgrade to 4.15 |
我也遇到了,可以升级到4.17.0试试,#14 |
主机日志docker-connector.log
2023/02/06 09:30:24 command => route -n delete -net 172.19.0.0/16 2023/02/06 09:30:38 load config(true) => /usr/local/etc/docker-connector.conf 2023/02/06 09:30:38 interface => utun0 2023/02/06 09:30:38 command => ifconfig utun0 inet 192.168.251.2 192.168.251.1 netmask 255.255.255.255 up 2023/02/06 09:30:38 command => route -n add -host 192.168.251.2 -interface utun0 2023/02/06 09:30:38 drawin setup done. 2023/02/06 09:30:38 command => route -n delete -net 172.18.0.0/16 2023/02/06 09:30:38 command => route -n add -net 172.18.0.0/16 192.168.251.1 2023/02/06 09:30:38 command => route -n delete -net 172.17.0.0/16 2023/02/06 09:30:38 command => route -n add -net 172.17.0.0/16 192.168.251.1 2023/02/06 09:30:38 listen => 127.0.0.1:2511
容器日志
2023-02-06 10:21:36 interface => tun0 2023-02-06 10:21:36 command => ip addr add dev tun0 local 192.168.251.1 peer 192.168.251.2 2023-02-06 10:21:36 command => ip route add 192.168.251.0/24 via 192.168.251.2 dev tun0 2023-02-06 10:21:36 local => 192.168.65.4:57945 2023-02-06 10:21:36 remote => 192.168.65.2:2511
The text was updated successfully, but these errors were encountered: