Hello,
I installed virtualmin Pro onto a minimal installation of centos OS. I did give into the CentOS installation an hostname (vm10) and a domainname (anyhost.nl)
When I created my first domain (pesja.be) the creation went nice within Virtualmin Pro, but the website isn't reachable. it must be reachable because I use external dns-servers for this domain so I don't have to wait for the dns-server of virtualmin.
I tried to "ping" them (pesja.be also www.pesja.be), and that command gives the right reply
I get this error from the webminview:
"Failed to connect to www.pesja.be:80 : Connection refused"
So I looked to the DNS records of the virtualmin dns-settings (doesn't matter because of the external use, but I looked for an explanation of the problem) and I saw som strange paramaters:
===
This form allows you to manually edit the DNS records file /var/named/pesja.be.hosts.
$ttl 38400
@ IN SOA vm10.anyhost.nl. root.vm10.anyhost.nl. (
1155481748
10800
3600
604800
38400 )
@ IN NS vm10.anyhost.nl.
@ IN A
www IN A
ftp IN A
mail IN A
As I see it, there is something fundamentaly wrong with the template settings.
Maybe someone had the same experience and can help me correct them.
Well, I found the "solution".
When I create a new server with the tools on the left of the screen I got the same error. But when I create a new virtual server with the tools into the main screen everything is going fine.
I tested this (I work with VMWare so it's a piece of cake to restore the original image) and came to this solution.
Does anybody experienced the same problem?