DNS Recursive Queries [named / bind ] configuration

This tutorial to make your DNS Recursive queries GOOD
This method tested under Linux & FreeBSD Servers ...


1) edit /etc/named.conf

2) add to /etc/named.conf after "options {" the following line :-
allow-recursion { 127.0.0.1; xxx.xxx.xxx.xxx; };

3) restart your named


# modify xxx.xxx.xxx.xxx to your Primary IP

  • 43 Users Found This Useful
Was this answer helpful?

Related Articles

[ Linux - BSD ] Modifying DNS Zones from Old IP to new IP

This an short tutorial with using command 'replace' to modify your DNS files zones from OLD IP to...