• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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