What ip's should I put in my /etc/resolv.conf?

This should be set for you already, we either use Google DNS or OpenDNS nameservers which are:

OpenDNS:
208.67.222.222, 208.67.220.220
GoogleDNS: 8.8.8.8 and 8.8.4.4

If you are writing it manually you need to set your /etc/resolv.conf to

nameserver: 8.8.8.8
nameserver: 8.8.4.4

 

Please note, if you do not know the resolve IP's please contact support

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I tell which version of Linux I'm on?

To find out the kernel version you are on run uname -a To find out the OS you are on run...

How do I disable root SSH login?

Login via SSH and edit /etc/ssh/sshd_config Look to see if there is a line like PermitRootLogin...

How to change the hostname?

To change the hostname on your server If you are running C-Panel, Login to WHM and use the...

How do I block an IP?

To block an IP from the command line run /sbin/iptables -I INPUT 1 -s -j DROP This will drop...

Changing the SSH port number

To change the SSH port number login as root and edit /etc/ssh/sshd_config Find the line that...