• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Warning: The domain resolves to another IP address

D

dbgrebey

Guest
------------------------
PREFACE
------------------------

When I created a domain on my new PLESK setup I received this warning:

Warning: The domain resolves to another IP address (68.178.232.100). Please correct DNS settings.
I've setup my DNS both on my VPS and at the registrar; it has been over 48 hours and my domain has still not propagated.

---------------------------------------
PLESK DNS SETTINGS
---------------------------------------

xx.xx.xxx.xxx / 24 PTR mydomainname.com.
ftp.mydomainname.com. CNAME mydomainname.com.
mail.mydomainname.com. A xx.xx.xxx.x44
ns1.mydomainname.com. A xx.xx.xxx.x44
ns2.mydomainname.com. A xx.xx.xxx.254
mydomainname.com. NS ns1.mydomainname.com.
mydomainname.com. NS ns2.mydomainname.com.
mydomainname.com. A xx.xx.xxx.244
mydomainname.com. A xx.xx.xxx.254
mydomainname.com. MX (10) mail.mydomainname.com.
mydomainname.com. TXT v=spf1 a mx ~all
webmail.mydomainname.com. A xx.xx.xxx.x44
www.mydomainname.com. CNAME mydomainname.com.

----------------------------------------------
REGISTRAR DNS SETTINGS
----------------------------------------------

NS1.mydomainname.com xx.xx.xxx.x44
NS2.mydomainname.com xx.xx.xxx.x54

--------------------------------------------
PROBLEM LOADING PAGE
--------------------------------------------

Server not found

Firefox can't find the server at www.mydomainname.com. ...

-------------------------------------

Anyone see anything distinctively wrong?

Thanks,
DBG
 
hi,

just issue the command: # host domain_name
It returns IP address where this domain is resolved. If it does not return correct IP address, correct the DNS settings and make sure that DNS is up and running.
 
Back
Top