Comment 12 for bug 1258003

Revision history for this message
Lena Voytek (lvoytek) wrote :

Verified for Jammy and Kinetic:

# lxc launch images:ubuntu/jammy test-bind9
# lxc exec test-bind9

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

# apt update && apt dist-upgrade -y
# apt install dnsutils -y
# dig google.com +nssearch +tcp

;; Connection to 2001:4860:4802:36::a#53(2001:4860:4802:36::a) for google.com failed: timed out.
SOA ns1.google.com. dns-admin.google.com. 518223234 900 900 1800 60 from server 216.239.38.10 in 87 ms.
SOA ns1.google.com. dns-admin.google.com. 518521970 900 900 1800 60 from server 216.239.36.10 in 47 ms.
;; Connection to 2001:4860:4802:34::a#53(2001:4860:4802:34::a) for google.com failed: timed out.
;; Connection to 2001:4860:4802:32::a#53(2001:4860:4802:32::a) for google.com failed: timed out.
SOA ns1.google.com. dns-admin.google.com. 518521970 900 900 1800 60 from server 216.239.32.10 in 31 ms.
SOA ns1.google.com. dns-admin.google.com. 518521970 900 900 1800 60 from server 216.239.34.10 in 35 ms.
;; Connection to 2001:4860:4802:38::a#53(2001:4860:4802:38::a) for google.com failed: timed out.

# lxc launch images:ubuntu/kinetic test-bind9
# lxc exec test-bind9

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

# apt update && apt dist-upgrade -y
# apt install dnsutils -y
# dig google.com +nssearch +tcp

;; Connection to 2001:4860:4802:34::a#53(2001:4860:4802:34::a) for google.com failed: timed out.
SOA ns1.google.com. dns-admin.google.com. 518521970 900 900 1800 60 from server 216.239.36.10 in 51 ms.
SOA ns1.google.com. dns-admin.google.com. 518521970 900 900 1800 60 from server 216.239.34.10 in 27 ms.
;; Connection to 2001:4860:4802:38::a#53(2001:4860:4802:38::a) for google.com failed: timed out.
;; Connection to 2001:4860:4802:32::a#53(2001:4860:4802:32::a) for google.com failed: timed out.
;; Connection to 2001:4860:4802:36::a#53(2001:4860:4802:36::a) for google.com failed: timed out.
SOA ns1.google.com. dns-admin.google.com. 518521970 900 900 1800 60 from server 216.239.32.10 in 31 ms.
SOA ns1.google.com. dns-admin.google.com. 518223234 900 900 1800 60 from server 216.239.38.10 in 83 ms.