[dns-operations] NS records pointing to names with CNAME records
Nguyen, Kim D
kim.d.nguyen3 at boeing.com
Thu Aug 27 20:44:17 UTC 2009
Hello there!
Would you please help me how to implement CNAME? Can I implement CNAME
with these hostnames?
172.18.200.51 300rec01.beale.mil 300rec01
172.18.194.45 300rec01.rpr2.mil 300rec01
After using host_to_named command to translate host table to name server
file format. I open the DNS database in etc/named.data to modify
db.beale and db.rpr2
I need your help!
Regards,
Kim Nguyen
************************************************************************
****
$TTL 86400
@ IN SOA svr242x4.greely.mil. root.svr242x4.greely.mil. (
1 ; Serial
10800 ; Refresh every 3 hours
3600 ; Retry every hour
604800 ; Expire after a week
86400 ) ; Minimum ttl of 1 day
IN NS svr242x4.greely.mil.
localhost IN A 127.0.0.1
300gsw01 IN A 172.18.200.61
300sca01 IN A 172.18.200.49
300amp01 IN A 172.18.200.50
;;CNAME
300rec01.beale.mil. IN A 172.18.200.51
300rec01.rpr2.mil. IN CNAME 300rec01.beale.mil.
;;
300rec02 IN A 172.18.200.52
300scm01 IN A 172.18.200.53
300scm02 IN A 172.18.200.54
300brt01 IN A 172.18.240.69
300brt01-vpn1 IN A 172.18.241.19
300brt01-vpn2 IN A 172.18.241.147
************************************************************************
****
More information about the dns-operations
mailing list