Guest User

Untitled

a guest
Aug 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. etc/bind/named.conf
  2. #include "/etc/bind/named.conf.options";
  3. #include "/etc/bind/named.conf.local";
  4. #include "/etc/bind/named.conf.default-zones";
  5. acl trusted {127.0.0.1; };
  6.  
  7. etc/bind/named.conf.options
  8. # dnssec-validation auto;
  9. #
  10. # auth-nxdomain no; # conform to RFC1035
  11. # listen-on-v6 { any; };
  12. #};
  13. allow-recursion {trusted; };
  14.  
  15. etc/resolv.conf
  16. #nameserver 192.168.1.1
  17. nameserver 127.0.0.1
  18.  
  19. service bind9 restart
  20. /etc/init.d/networking restart
  21.  
  22. dans /etc/dhcp/dhcp.conf
  23. prepend domain-name-servers 127.0.0.1;
Add Comment
Please, Sign In to add comment