I'm running bind in a linux box isolated from Internet
and have configured dns to test purposes.
This is my db.mydom.com.ar configuration:
@ IN SOA host1.mydom.com.ar. root.host1.mydom.com.ar. (
2000082001 ; serial
10800 ; refresh after 3 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
;
; Name Servers
;
IN NS host1.mydom.com.ar.
;
; Addresses for the canonical names
;
localhost IN A 127.0.0.1
host1 IN A 192.168.1.1
;
; Aliases
;
ftp IN CNAME host1
I can nslookup or ping to ftp.mydom.com.ar without error.
But if I insert an alias line like:
www.clie1.com. IN CNAME host1
no ping and no nslookup.
What's wrong? I need another SOA record in this file?
TIA
Fernando Rowies
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list