Hi all. I tried to search but unsuccessfull. I am having problems with MyDNS in ISPConfig administration. I don't know where are logs for MyDNS. I followed instructions: The Perfect Server - Ubuntu 8.10 [ISPConfig 3] and installed on clean Ubuntu 9.10 x64 Server Edition. Everything is O.K. But i have problems with webpage wzk.cz. Page works but only with www: Code: [B]nslookup www.wzk.cz[/B] Server: my.router Address: 192.168.1.1 Unauthorized reply: Name: www.wzk.cz [B]Address: 85.132.xxx.xx[/B] Code: [B]nslookup wzk.cz[/B] Server: my.router Address: 192.168.1.1 [B]*** my.router, can not find the address wzk.cz: Server failed[/B] I have own NSSET, ns1... ns2... and correct configured. I don't know how to fix this... There are screenshots: Few days ago I was installed on server Bind with Apache configuration when i created folder in root-webpage folder it created sub-domain and it works great. I followed manual from falko and he has MyDNS... OK what i need is working domains with/without www, and if is possible and easy re-install MyDNS to Bind (if ISPConfig support this daemon to dirty installation isp...) If you want to watch my old working zones, there are (i had manual configuration bind and i installed ISPConfig with MyDNS for automaticaly reason...): Code: $TTL 86400 @ IN SOA wzk.cz. admin.wzk.cz. ( 100 ; serial 1H ; refresh 1M ; retry 1W ; expiry 1D ) ; minimum @ IN NS ns1.wzk.cz. @ IN NS ns2.wzk.cz. @ IN A 85.132.xxx.xx ns1 IN A 85.132.xxx.xx ns2 IN A 85.132.xxx.xx @ IN MX 10 mail.wzk.cz. mail IN A 85.132.xxx.xx pop3 IN CNAME mail.wzk.cz. smtp IN CNAME mail.wzk.cz. WWW IN A 85.132.xxx.xx * IN CNAME wzk.cz. I don't know how to show you my problem more. Please reply me for more info... Thanks for replies!
You missed to add the dot at the end of the domain name. It must be "wzk.cz." and not "wzk.cz". The next time you create a dns zone in ispconfig, better use the dns wizard to ensure that you dont miss a prt of the dns configuration.