PDA

View Full Version : How to manage DNS or migrate to another dns-server


MyKE
15th February 2010, 17:27
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:


nslookup www.wzk.cz

Server: my.router
Address: 192.168.1.1

Unauthorized reply:
Name: www.wzk.cz
Address: 85.132.xxx.xx

nslookup wzk.cz
Server: my.router
Address: 192.168.1.1

*** my.router, can not find the address wzk.cz: Server failed

I have own NSSET, ns1... ns2... and correct configured. I don't know how to fix this...

There are screenshots:

http://img220.imageshack.us/img220/7906/webdomain.jpg

http://img713.imageshack.us/img713/5110/dns1.jpg

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...):

$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!

till
16th February 2010, 10:53
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.

MyKE
16th February 2010, 14:29
Working!
Thanks till.
I used dns wizard. :)