On Sun, 2020-06-14 at 22:40 +0300, Gokan Atmaca wrote: > > Are you able to ping 151.101.12.204 or deb.debian.org from the same lxc? > yes; > > root@nginx2:~# ping deb.debian.org > PING debian.map.fastly.net (151.101.14.133) 56(84) bytes of data. > 64 bytes from 151.101.14.133 (151.101.14.133): icmp_seq=1 ttl=58 time=5.21 ms > 64 bytes from 151.101.14.133 (151.101.14.133): icmp_seq=2 ttl=58 time=5.41 ms >
Ok, now try using wget to get the debian archive welcome message on that specific mirror: wget --header="Host: deb.debian.org" http://151.101.14.133 -Jim P.