Monday, March 19, 2012

Secondary DNS Setup



# vi /etc/resolv.conf

nameserver IP of primary DNS

nameserver IP of secondary DNS

:wq

# vi /etc/named.conf

[ Zone “example.com” IN { type slave; file “example.zone”; masters {IP of primary DNS; }; ]

No comments:

Post a Comment