• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Just finished installation: Unable to ping domain names?

T

tkambler

Guest
I have just finished installing Plesk 8.0.1 for Ubuntu 5.10. Installation went perfectly.

I am now at the shell, and attempting to run the following command:

ping yahoo.com

The machine is unable to resolve the host. I am able, however, to ping IP addresses:

ping 216.109.112.135

Can anyone tell me how to resolve this? Would this be due to an improper bind setup?

I have no desire to run bind on this machine, anyways. All DNS will be handled off-site.

Thanks!
 
You might want to check /etc/resolv.conf to make sure there is something in there.

search (a domain on this server)
nameserver (the ip of your ns1)
nameserver (the ip of your ns2)

You can also use the ip's of your DC's nameservers if they have them.
 
Originally posted by tkambler
I have just finished installing Plesk 8.0.1 for Ubuntu 5.10. Installation went perfectly.

I am now at the shell, and attempting to run the following command:

ping yahoo.com

The machine is unable to resolve the host. I am able, however, to ping IP addresses:

ping 216.109.112.135

Can anyone tell me how to resolve this? Would this be due to an improper bind setup?

I have no desire to run bind on this machine, anyways. All DNS will be handled off-site.

Thanks!

Wow, I feel like an idiot. It's always the simplest thing. I could've sworn I set that, but looks like I failed to do so this time. Thanks. :)
 
Back
Top