docker-machine-parallels icon indicating copy to clipboard operation
docker-machine-parallels copied to clipboard

container network unreacheable

Open santarinto opened this issue 3 years ago • 6 comments

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

image

santarinto avatar Jul 01 '21 09:07 santarinto

Should I run some commands on the container or on the host to provide you with more information?

santarinto avatar Jul 01 '21 09:07 santarinto

Please generate Technical Report in Parallels Desktop and post its id here.

romankulikov avatar Jul 02 '21 12:07 romankulikov

Technical ID 373236368

santarinto avatar Jul 06 '21 07:07 santarinto

And 373237626 I think that the kernel panic is connected with the fact that I have cisco any connect running

santarinto avatar Jul 06 '21 07:07 santarinto

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 avatar Jul 31 '21 23:07 romankulikov

@romankulikov Setting shared network to 172.16.1 helped me with the issue. Thanks!

esmirnov avatar Jan 18 '22 07:01 esmirnov