- Start with base Linode CentOS 7 - no other packages installed, no firewall rules altered, clean install.
yum update
yum install docker
chkconfig docker on
service docker start
docker run -i -t fedora /bin/bash
- inside the Docker container:
[root@c9f79f5d018b /]# curl
http://www.linode.comcurl: (56) Recv failure: Connection reset by peer
ping
www.linode.com[root@c9f79f5d018b /]# ping -c2 linode.com
PING linode.com (69.164.200.202) 56(84) bytes of data.
64 bytes from www-loadbal2.linode.com (69.164.200.202): icmp_seq=1 ttl=52 time=43.9 ms
64 bytes from www-loadbal2.linode.com (69.164.200.202): icmp_seq=2 ttl=52 time=43.9 ms
Ping works, but no tcp connections. curl to other hosts results in same result. Can't run yum (times out).
Same process tried for Ubuntu 10.04 LTS and Debian 7 as base distros, same problem each time.
Linode support has been trying to help, but no answers so far. They've tried it themselves and it works fine for them. They have also migrated machine to a different host. Same result.
I'm out of ideas. Anyone?