Dear all, Would you mind to help me to check the config files are correct ( right ) ?
Question : Now, assume apply two domains "123.org.us" and "456.org.us" from "usnic"... The Server Name of Linux ( hostname ) for domains "123.org.us" and "456.org.us" to runing DNS : 123svr1.123.org.us The IP_Address of Linux : 192.168.0.1 So, I want the hostname of domain "123.org.us" is "123svr1.123.org.us", then the hostname of domain "456.org.us" is "123svr1.456.org.us". About the setting of "usinc" : /etc/named.conf: ¡K zone "org.us" in { type master; file "db.org.us"; }; zone "0.168.192.in-addr.arpa" in { type master; file "db.192.168.0"; }; ¡K /var/named/db.org.us : $TTL 3600 @ IN SOA dnshost1.usnic.net. root.usnic.net. (¡K) 123 IN NS 123.org.us. 123 IN A 192.168.0.1 456 IN NS 456.org.us. 456 IN A 192.168.0.1 /var/named/db.192.168.0 : $TTL 3600 @ IN SOA dnshost1.usnic.net. root.usnic.net. (¡K) IN NS 123.org.us. 1 IN PTR 123.org.us. IN NS 456.org.us. 1 IN PTR 456.org.us. About the setting of "123.org.us" and "456.org.us" : /etc/named.conf: ... zone "123.org.us" in { type master; file "db.123.org.us"; }; zone "456.org.us" in { type master; file "db.456.org.us"; }; zone "0.168.192.in-addr.arpa" in { type master; file "db.192.168.0"; }; ... /var/named/db.123.org.us : $TTL 3600 @ IN SOA 123svr1.123.org.us. root.123.org.us. (¡K) IN NS 123svr1.123.org.us. IN MX 3 123svr1.123.org.us. IN A 192.168.0.1 123svr1 IN A 192.168.0.1 www IN CNAME 123svr1 mail IN CNAME 123svr1 /var/named/db.456.org.us : $TTL 3600 @ IN SOA 123svr1.123.org.us. root.456.org.us. (¡K) IN NS 123svr1.456.org.us. IN MX 3 123svr1.456.org.us. IN A 192.168.0.1 123svr1 IN A 192.168.0.1 www IN CNAME 123svr1 mail IN CNAME 123svr1 /var/named/db.192.168.0 : $TTL 3600 @ IN SOA 123svr1.123.org.us. root.123.org.us. (¡K) IN NS 123svr1.123.org.us. 1 IN PTR 123svr1.123.org.us. IN NS 123svr1.456.org.us. 1 IN PTR 123svr1.456.org.us. So, any problem about these config files ? And I don't quite understand the means of the nameserver behind of SOA Record and the nameserver of NS Record... Thank for your help ! Ed. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list