Hi, I have just finished installing the multi-server setup for ispconfig 3.0.5.3 on debian squeeze. First I create a DNS zone using the wizard, the settings are : Code: Template : Default Server : ns0.mydomain.com Client : blank Domain : mydomain.com IP Address : 81.174.225.1. (address of web.mydomain.com not ns0.mydomain.com) NS 1 : ns0.mydomain.com NS 2 : ns1.mydomain.com Email : [email protected] This then creates the zone and adds the following records for that zone : Code: A mydomain.com 81.174.225.1. 0 3600 A mail 81.174.225.1. 0 3600 A www 81.174.225.1. 0 3600 MX mydomain.com. mail.mydomain.com. 10 3600 NS mydomain.com. ns0.mydomain.com. 0 3600 NS mydomain.com. ns1.mydomain.com. 0 3600 I was wondering if the A record for mail is correct as its public IP address is 81.174.225.2 not 81.174.255.1 I then add a new website, all other settings are default: The problem is that when I try to access mydomain.com via a browser I get : I can access the homepage if I enter the public IP. However it shows the default Apache page not the ISPConfig page. Any help would be greatly appreciated!
you have to add 2 additional a-records in the zone when the ns records are subdomains of the same zone. one for ns0 and one for ns1. you should also correct the ip address to point to the mail server.
Hey Till, I have tried adding the 2 A records for the nameservers, still no homepage. I was wondering if I should add server IP addresses under system as there are none there at the moment. Also server config shows the gateway as 0.0.0.0 and the nameservers as 8.8.8.8,8.8.4.4. Should I change these?. Thanks very much for you help.