docker-machine-parallels
docker-machine-parallels copied to clipboard
container network unreacheable
docker container ip is 10.211.55.3
some time, after up, i see next:
docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
dms parallels Timeout
and a i do not ping from host to container
ping 10.211.55.3
PING 10.211.55.3 (10.211.55.3): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
^C
--- 10.211.55.3 ping statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss
but i can ping from container to host
Should I run some commands on the container or on the host to provide you with more information?
Please generate Technical Report in Parallels Desktop and post its id here.
Technical ID 373236368
And 373237626 I think that the kernel panic is connected with the fact that I have cisco any connect running
I doubt guest kernel panic may have something to do with Cisco Any Connect running on host. But Any Connect may spoil routing: it may add routes to VPN which overwrite routes to virtual machines–check this out. Or drop output of netstat -nr
here. That kind of problem could be workarounded by setting subnet for Shared network to 172.16.1 in Parallels Desktop configuration.
@romankulikov Setting shared network to 172.16.1 helped me with the issue. Thanks!