Re: Need help debugging my zone file

2014-01-31 Thread Jan-Piet Mens
(*shamefaced*) Your message popped up as 'new' which is why I answered before noticing it had been answered already. :( -JP ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list

Re: Need help debugging my zone file

2014-01-31 Thread Jan-Piet Mens
> carter bind # named-checkzone espersunited.com db.espersunited.com > dns_master_load: db.espersunited.com:37: www.espersunited.com: CNAME and > other data > zone espersunited.com/IN: loading from master file db.espersunited.com > failed: CNAME and other data > zone espersunited.com/IN: not loaded

Re: Need help debugging my zone file

2014-01-26 Thread Mark Andrews
In message <52e5904e.5070...@gmail.com>, Michael Sullivan writes: > Years ago I set up a DNS server on my network. I found out last Friday > that it is no longer working. I switched to a new ISP last July and > after that, my network numbers changed from 192.168.2.? to 192.168.0.?. > I have upd

Re: Need help debugging my zone file

2014-01-26 Thread Leonard Mills
Easy fix.. These two records can not coexist:     www.espersunited.com.          IN CNAME carter.espersunited.com.     www.espersunited.com.        IN A 192.168.0.2 The error message was completely correct in saying:     failed: CNAME and other data In this particular case, the other data was a

Need help debugging my zone file

2014-01-26 Thread Michael Sullivan
Years ago I set up a DNS server on my network. I found out last Friday that it is no longer working. I switched to a new ISP last July and after that, my network numbers changed from 192.168.2.? to 192.168.0.?. I have updated my zone file, but it still doesn't work and I can't figure out why. H