• 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.

Problem with nameservers

hartlingi

New Pleskian
Hi

I am using Plesk 11.0.9 and CentOS. My plesk is running at port 8443 but my sites doesn't.
I configured dns for every site of mine and still aren't working.

Am I missing a connection?
$ netstat -tulpn
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 23715/mysqld
tcp 0 0 0.0.0.0:106 0.0.0.0:* LISTEN 55088/xinetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 23905/couriertcpd
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 23881/couriertcpd
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 43520/httpd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 43520/httpd
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 24040/sw-cp-serverd
tcp 0 0 127.0.0.1:10001 0.0.0.0:* LISTEN 24040/sw-cp-serverd
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 23843/master
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 8622/named
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 55088/xinetd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1774/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 23843/master
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 8622/named
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 43520/httpd
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 24040/sw-cp-serverd
tcp 0 0 127.0.0.1:12768 0.0.0.0:* LISTEN 23932/psa-pc-remote
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 23895/couriertcpd
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 23916/couriertcpd
udp 0 0 0.0.0.0:59720 0.0.0.0:* 1651/avahi-daemon
udp 0 0 0.0.0.0:5353 0.0.0.0:* 1651/avahi-daemon
udp 0 0 0.0.0.0:783 0.0.0.0:* 1517/portreserve
udp 0 0 127.0.0.1:53 0.0.0.0:* 8622/named
 
What do you mean "my sites doesn't"?

As you can see ports 80 and 53 are available for connections:

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 43520/httpd
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 8622/named
 
When you say "configured dns", what do you mean? Remember that if you want to use your Plesk server for DNS, you have to create nameservers (aka namserver host records) via your registrar, pointing to your server, and set each domain you are hosting to use these (again via the registrar). Having correct dns records in the plesk panel for each domain isn't enough.

Use one of the free DNS checking sites on the internet to trouble-shoot this if need be.
 
Back
Top