Results 1 to 1 of 1
I've been up for almost 24 hours straight digging through debugging, restarts of servers, restarts of services, and is going batty at this point. I'm going to show the zone ...
- 05-05-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 1
[SOLVED] BIND server not transfer one zone file
I've been up for almost 24 hours straight digging through debugging, restarts of servers, restarts of services, and is going batty at this point. I'm going to show the zone file example (just an example and not the real file but it mirrors the real file) and this one zone file will not transfer to the slave BIND server and thus most to all records are inaccessible when trying to go to their respective sites.
$ORIGIN .
$TTL 86400 ; 1 day
ilikefamilyguy.com IN SOA ns1.welikefamilyguy.net. reg.welikefamilyguy.net. (
2010052600 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
604800 ; expire (1 week)
86400 ; minimum (1 day)
)
; --------------------
NS ns1.welikefamilyguy.net.
NS ns3.welikefamilyguy.net.
A 192.168.1.206
MX 10 mail.welikefamilyguy.net.
; --------------------
$ORIGIN ilikefamilyguy.com.
$TTL 10 ; 10 seconds
MX mail.welikefamilyguy.net.
$TTL 300 ; 5 minutes
cdn IN CNAME ilikefamilyguy.cache.anISP.net.
$TTL 86400 ; 1 day
admin IN CNAME stewie.welikefamilyguy.net.
boards IN CNAME stewie.welikefamilyguy.net.
server1 IN CNAME peter.welikefamilyguy.net.
server2 IN CNAME cleveland.welikefamilyguy.net.
mail IN CNAME brian.welikefamilyguy.net.
members IN CNAME stewie.welikefamilyguy.net.
support IN CNAME lois.welikefamilyguy.net.
underground IN CNAME meg.welikefamilyguy.net.
admin IN A 192.168.1.206
boards IN A 192.168.1.206
server1 IN A 10.10.10.100
server2 IN A 192.168.1.211
www IN A 192.168.1.206
mail IN A 192.168.1.196
members IN A 192.168.1.209
support IN A 192.168.1.204
basement IN A 10.10.10.102
Please excuse the formatting as it looks far better in a text editor. The www seems to work and that is about it. The rest seem to fail and I'm not sure where the syntax is incorrect. OS Is Ubuntu 8.2 and the version of Bind is 9. Any help please?!Last edited by menace33; 05-05-2011 at 09:18 PM.


