rcrisco
12-12-2002, 01:04 PM
I have setup DNS with a domain such as test.com.
I can ping test.com from any machine that I have put the server dns entry on.
I can not print test.com from any machine that I have not put the server dns entry on.
I do not receive any errors when I do tail -f /var/log/messages.
Running Redhat 7.3 with Bind 9.2.1
I have restarted the named service, rndc and incremented the serial number.
What am I doing wrong? I belive that my tables are right since I do not get any errrors in the log and named runs fine. I done a dig and the dig give me all the information.
Also ns.test.com is registered with the domain, I can ping ns.test.com from machines that does not have my dns entry.
I can ping the IP address fine.
/var/named/test.com
$TTL 86400
test.com. IN SOA ns.test.com. rcrisco.test.com. (
2002121102 ; serial, todays date + todays
21600 ; refresh, seconds
3600 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
TXT "test.com"
;
NS ns.test.com.
MX 10 test.com.
A 100.0.0.1
localhost A 127.0.0.1
test.com. A 100.0.0.1
ns A 100.0.0.1
mail A 100.0.0.1
ftp A 100.0.0.1
www A 100.0.0.1
/var/100.0.0
$TTL 86400
@ IN SOA ns.test .com. root.test.com. (
2002121101 ; Serial
21600 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
;
NS ns.test.com.
1 PTR dustpuppy.test.com.
/etc/named.conf
zone "." {
type hint;
file "root.hints";
};
zone "0.0.127.in-addr.arpa" {
//notify no;
type master;
file "named.local";
};
zone "testcom" {
type master;
file "test.com";
allow-transfer { any; };
notify yes;
};
zone "100.0.0.in-addr.arpa" {
//notify no;
type master;
file "10.0.0";
allow-update { none; };
};
I can ping test.com from any machine that I have put the server dns entry on.
I can not print test.com from any machine that I have not put the server dns entry on.
I do not receive any errors when I do tail -f /var/log/messages.
Running Redhat 7.3 with Bind 9.2.1
I have restarted the named service, rndc and incremented the serial number.
What am I doing wrong? I belive that my tables are right since I do not get any errrors in the log and named runs fine. I done a dig and the dig give me all the information.
Also ns.test.com is registered with the domain, I can ping ns.test.com from machines that does not have my dns entry.
I can ping the IP address fine.
/var/named/test.com
$TTL 86400
test.com. IN SOA ns.test.com. rcrisco.test.com. (
2002121102 ; serial, todays date + todays
21600 ; refresh, seconds
3600 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
TXT "test.com"
;
NS ns.test.com.
MX 10 test.com.
A 100.0.0.1
localhost A 127.0.0.1
test.com. A 100.0.0.1
ns A 100.0.0.1
mail A 100.0.0.1
ftp A 100.0.0.1
www A 100.0.0.1
/var/100.0.0
$TTL 86400
@ IN SOA ns.test .com. root.test.com. (
2002121101 ; Serial
21600 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
;
NS ns.test.com.
1 PTR dustpuppy.test.com.
/etc/named.conf
zone "." {
type hint;
file "root.hints";
};
zone "0.0.127.in-addr.arpa" {
//notify no;
type master;
file "named.local";
};
zone "testcom" {
type master;
file "test.com";
allow-transfer { any; };
notify yes;
};
zone "100.0.0.in-addr.arpa" {
//notify no;
type master;
file "10.0.0";
allow-update { none; };
};