-
For the last couple of days, no matter what script I try to run, I get errors similar to the following:
If I open a shell on the "half-baked" LXC, I initially can't resolve hostnames, ping hosts, etc., but if I wait a couple of minutes, then DNS resolution starts to work. But, by then, the script has timed out. Does anyone have any suggestions on where I can look to try and figure this out? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
try to disable ipv6
check network inside:
cat /etc/resolv.conf
ping -c1 deb.debian.org
getent hosts deb.debian.org
PiHole / Adblock? Disable for Testing
try temporary dns in lxc / container:
echo "nameserver 1.1.1.1" > /etc/resolv.conf