• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
Hi,

I got the following message and finally after plesk installation, I can't login to Plesk. I modified the hosts file. Is there any way to reconfigure Plesk?

Thank you in advance


Warning: Host name check failed.
Can't bind to socket: Cannot assign requested address
(hostname='myhostname', ip=198.105.254.11)

Your host name must resolve to the correct IP address of your server, except for
the cases when you use network address translation (NAT).
The installer will continue the installation skipping the host name check,
however, there are chances that the product will not be installed properly.
 
What sort of output command:

# grep myhostname /etc/hosts
 
What about output of command

# grep 198.105.254.11 /etc/hosts

?
 
Looks like you do something wrong. This output is impossible.
Look, on my test server, for example, I see:

[root@ppu12-5 ~]# grep 10.59.37.1 /etc/hosts
10.59.37.1 ka.parallels.com ka.swsoft.com ka.sw-soft.com

As you can see in output I have IP (bold) which was used for grep command.
You can't see in output "79.175.176.46 GHMI-VM01-1457" if you grep myhostname or 198.105.254.11
 
Can you provide me output of commands mentioned by me above?
 
Back
Top