Report this

What is the reason for this report?

apt-get unable to resolve archive.ubuntu.com

Posted on May 30, 2014

Trying to install iptables-persistent with apt-get. It stucks with resolving archive.ubuntu.com resulting in “Temporary failure resolving” this hostname. I checked resolv.conf - it has 8.8.4.4 & 8.8.8.8 nameservers Also apt/sources.list has 5 deb entries with archive.ubuntu.com/ubuntu Infact I can’t even ping those nameservers along with other domains I’ve tried. Iptables set to output accept policy with no rules.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@hungbc2811: You would only need to use old-releases.ubuntu.com if you were on an unsupported version of Ubuntu. If that is the case, I’d highly advise you to upgrade to a current release so that you still receive security support. “old-releases” just allows you to access the existing packages, you won’t get any update or security fixes.

Does it work if you temporarily reset your IPTables rules? <br>Run the following commands to take a backup of your rules and then reset everything to the defaults: <br><pre>sudo iptables-save | sudo tee iptables.backup <br>sudo iptables -F <br>sudo iptables -X</pre> <br>Then, check if the apt-get command works. <br>You can restore your rules by running this command: <br><pre>sudo iptables-restore < iptables.backup</pre>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.