New install of Fedora 7 Perfect Server & ISPconfig. Everything seems to install OK. Created DNS entry for ISP Server and can DIG. Used DNS Manager to create individual DNS records for two sites. On restart of system "BIND-Server" is Offline, and won't respond to Restart requests Any suggestions for a fix would be greatly appreciated!
I dont think you can use DNS manager and ISPConfig at the same time... all DNS entries would need to be created through ISPConfig and nothing else. Thanks
DNS created within ISPConfig via Management > Settings > DNS. Created Master & Slave entries via DNS Manager > New Master/Slave respectively. All items were created while within ISPConfig. BIND-Server Offline!!!!! Still open to suggestions!
What's the output of Code: netstat -tap ? Do you get any error messages when you restart BIND? Code: /etc/init.d/named restart Any errors in your logs?
Resolved the BIND-Server "Offline" issue. Still not out of the woods though! I can get to the ISPConfig system remotely using https://www.sitename.com:81/ but I cannot reach the actual website at http://www.sitemane.com/ I have created the site and can actually FTP content, but can't see it via a browser.
I can see all of the sites while on the same side of the router to the server. No luck when out in the wide world! Doesn't look like ISPConfig is the problem. I guess I've just screwed up the DNS records somehow. Can anyone suggest where to get some help with these records?
If your server is behind a router. make sure that you selected the internal and not the external IP address for the website. If you post the real domain name, we can have a look at your dns records with the dig command.
https://www.bancroftandassociates.com:81 gets me to ISPConfig http://www.bancroftandassociates.com gets me no where Thanks for your help!
Please make sure that your router forwards port 80 to your ISPConfig server, and that your ISP doesn't block port 80.
I guess based on your response that the "dig" showed the DNS records to be OK! My router is configured to forward to port 80. In fact, I can access ISPConfig on the server through port 81. All things considered, my ISP must be blocking port 80 otherwise things should be working. Right? How can I determine if the ISP is blocking 80?
I contacted the ISP support and they assured me that port 80 is not blocked. We are back to the DNS records I suspect. Any feedback on the results of the "dig" would be appreciated!
If you can connect with https://www.bancroftandassociates.com:81 but not with https://www.bancroftandassociates.com, it can not be a dns problem. Please post the output of: netstat -tap iptables -L and check if you have copies of the file Vhost_ispconfig.conf with a date appended in the directory /etc/apache2/vhosts (or a similar directory name).
Moved server to static IP address and waited 48-hours to mature DNS and everything seems to work now! Thanks to all for taking the time to assist!