ubuntu:bind:setup_bind9
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:bind:setup_bind9 [2019/11/26 21:16] – created peter | ubuntu:bind:setup_bind9 [2020/11/28 11:07] (current) – [named.conf.options] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Bind - Setup Bind9 ====== | ====== Ubuntu - Bind - Setup Bind9 ====== | ||
+ | |||
+ | ===== named.conf ===== | ||
<file bash / | <file bash / | ||
// This is the primary configuration file for the BIND DNS server named. | // This is the primary configuration file for the BIND DNS server named. | ||
// | // | ||
- | // Please read / | + | // Please read / |
- | // structure of BIND configuration files in Debian, *BEFORE* you customize | + | // structure of BIND configuration files in Debian, *BEFORE* you customize· |
// this configuration file. | // this configuration file. | ||
// | // | ||
// If you are just adding zones, please do that in / | // If you are just adding zones, please do that in / | ||
+ | include "/ | ||
include "/ | include "/ | ||
include "/ | include "/ | ||
- | #include "/ | + | // include "/ |
</ | </ | ||
---- | ---- | ||
+ | |||
+ | ===== named.conf.logging ===== | ||
+ | |||
+ | <file bash / | ||
+ | //logging { | ||
+ | // channel querylog{ | ||
+ | // file "/ | ||
+ | // severity debug 3; | ||
+ | // print-category yes; | ||
+ | // print-time yes; | ||
+ | // print-severity yes; | ||
+ | // }; | ||
+ | // category queries { querylog;}; | ||
+ | //}; | ||
+ | |||
+ | |||
+ | |||
+ | logging { | ||
+ | channel default_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | // severity debug 3; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel general_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | // severity debug 3; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel database_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel security_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel config_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel resolver_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-time yes; | ||
+ | }; | ||
+ | channel xfer-in_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel xfer-out_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel notify_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel client_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel unmatched_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel queries_file { | ||
+ | file "/ | ||
+ | // severity debug 3; | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel network_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel update_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel dispatch_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel dnssec_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | channel lame-servers_file { | ||
+ | file "/ | ||
+ | severity dynamic; | ||
+ | print-category yes; | ||
+ | print-time yes; | ||
+ | print-severity yes; | ||
+ | }; | ||
+ | |||
+ | category default { default_file; | ||
+ | category general { general_file; | ||
+ | category database { database_file; | ||
+ | category security { security_file; | ||
+ | category config { config_file; | ||
+ | category resolver { resolver_file; | ||
+ | category xfer-in { xfer-in_file; | ||
+ | category xfer-out { xfer-out_file; | ||
+ | category notify { notify_file; | ||
+ | category client { client_file; | ||
+ | category unmatched { unmatched_file; | ||
+ | category queries { queries_file; | ||
+ | category network { network_file; | ||
+ | category update { update_file; | ||
+ | category dispatch { dispatch_file; | ||
+ | category dnssec { dnssec_file; | ||
+ | category lame-servers { lame-servers_file; | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== named.conf.options ===== | ||
<file bash / | <file bash / | ||
acl " | acl " | ||
| | ||
+ | | ||
+ | | ||
+ | | ||
| | ||
| | ||
Line 29: | Line 198: | ||
// version statement - inhibited for security | // version statement - inhibited for security | ||
- | | + | |
- | version " | + | version " |
// If there is a firewall between you and nameservers you want | // If there is a firewall between you and nameservers you want | ||
Line 42: | Line 211: | ||
// forwarders { | // forwarders { | ||
- | // 0.0.0.0; | + | // |
// }; | // }; | ||
+ | |||
forwarders { | forwarders { | ||
- | | + | |
- | 83.137.248.244; | + | //83.137.248.244; |
- | 93.187.151.197; | + | //93.187.151.197; |
- | | + | |
- | // | + | // |
- | //8.8.4.4; | + | //8.8.4.4; |
- | | + | |
- | // | + | // |
- | // | + | // |
+ | |||
+ | // Pi-Hole. | ||
+ | 192.168.1.26; | ||
+ | 192.168.1.25; | ||
}; | }; | ||
// | // | ||
- | // If BIND logs error messages about the root key being expired, | + | // If named logs error messages about the root key being expired, |
- | // you will need to update your keys. See https:// | + | // you will need to update your keys. See https:// |
// | // | ||
# | # | ||
Line 72: | Line 246: | ||
allow-query { any; }; | allow-query { any; }; | ||
allow-transfer { trusted; }; | allow-transfer { trusted; }; | ||
- | allow-recursion { trusted; }; | + | |
- | }; | + | }; |
</ | </ | ||
---- | ---- | ||
+ | |||
+ | ===== named.conf.local ===== | ||
<file bash / | <file bash / | ||
// | // | ||
- | // Do any local configuration here | + | // Do any local configuration here. |
// | // | ||
Line 89: | Line 265: | ||
// 193.24.212.232/ | // 193.24.212.232/ | ||
212.227.123.29; | 212.227.123.29; | ||
+ | }; | ||
+ | |||
+ | // Any IPs added here will not have ads blocked. | ||
+ | // For Virginia. | ||
+ | acl allow_ads { | ||
+ | // 192.168.1.64; | ||
+ | 192.168.1.70; | ||
+ | 192.168.1.75; | ||
+ | 192.168.1.90; | ||
+ | 192.168.1.96; | ||
}; | }; | ||
acl internals { | acl internals { | ||
192.168.1.0/ | 192.168.1.0/ | ||
+ | 192.168.50.0/ | ||
+ | 192.168.70.0/ | ||
+ | 172.16.0.0/ | ||
+ | !allow_ads; | ||
127.0.0.0/ | 127.0.0.0/ | ||
+ | }; | ||
+ | |||
+ | view " | ||
+ | match-clients { allow_ads; }; | ||
+ | recursion yes; | ||
+ | |||
+ | // type forward; | ||
+ | // forwarders { | ||
+ | // 8.8.8.8; | ||
+ | // }; | ||
+ | |||
+ | include "/ | ||
}; | }; | ||
Line 106: | Line 308: | ||
}; | }; | ||
- | // | + | |
- | // type master; | + | type master; |
- | // file "/ | + | file "/ |
- | // | + | allow-update { none; }; |
- | // }; | + | }; |
+ | |||
+ | zone " | ||
+ | type master; | ||
+ | file "/etc/bind/ | ||
+ | allow-update { none; }; | ||
+ | }; | ||
# Set zone for reverse | # Set zone for reverse | ||
Line 119: | Line 327: | ||
}; | }; | ||
+ | include "/ | ||
include "/ | include "/ | ||
}; | }; | ||
Line 124: | Line 333: | ||
view " | view " | ||
match-clients { any; }; | match-clients { any; }; | ||
- | allow-query { any; }; | + | allow-query { any; };· |
recursion no; | recursion no; | ||
+ | |||
zone " | zone " | ||
type master; | type master; | ||
Line 133: | Line 343: | ||
}; | }; | ||
- | // | + | |
- | // type master; | + | type master; |
- | // file "/ | + | file "/ |
- | // | + | allow-transfer { slaves; }; |
- | // | + | allow-update { none; }; |
- | // }; | + | }; |
+ | |||
+ | zone " | ||
+ | type master; | ||
+ | file "/etc/bind/ | ||
+ | allow-transfer { slaves; }; | ||
+ | allow-update { none; }; | ||
+ | }; | ||
# Set zone for reverse. | # Set zone for reverse. | ||
Line 150: | Line 367: | ||
---- | ---- | ||
+ | |||
+ | ===== ad-blacklist ===== | ||
+ | |||
+ | <file bind ad-blacklist> | ||
+ | // For more information about this list, see: https:// | ||
+ | // ---- | ||
+ | // last updated: | ||
+ | // entries: | ||
+ | // format: | ||
+ | // credits: | ||
+ | // this URL: http:// | ||
+ | // other formats: | ||
+ | |||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | zone " | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Internals - ad-null.zone ===== | ||
+ | |||
+ | <file bind / | ||
+ | ; Ads get redirected to 127.0.0.1 | ||
+ | | ||
+ | $TTL 86400 | ||
+ | @ | ||
+ | | ||
+ | 86400 ; Refresh | ||
+ | 300 ; Retry | ||
+ | | ||
+ | 3600 ; Negative Cache TTL | ||
+ | ); | ||
+ | |||
+ | ; define the name server | ||
+ | IN NS ns1.sharewiz.net. | ||
+ | ; define the hostnames | ||
+ | @ | ||
+ | * | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Internals - 1.168.192.db ===== | ||
+ | |||
+ | <file bind / | ||
+ | ; sharewiz.net | ||
+ | $TTL 86400 | ||
+ | @ | ||
+ | | ||
+ | 3600 ; Refresh | ||
+ | 1800 ; Retry | ||
+ | 2419200 ; Expire | ||
+ | 86400 ; Negative Cache TTL | ||
+ | ); | ||
+ | |||
+ | ; define the name server | ||
+ | IN NS ns1.sharewiz.net.· | ||
+ | ns1 | ||
+ | |||
+ | ; define the range of this domain | ||
+ | IN PTR | ||
+ | IN A | ||
+ | |||
+ | ; define the hostnames | ||
+ | 1 | ||
+ | 1 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 2 | ||
+ | 10 IN PTR | ||
+ | 15 IN PTR | ||
+ | 69 IN PTR | ||
+ | 70 IN PTR | ||
+ | 80 IN PTR | ||
+ | 90 IN PTR | ||
+ | 99 IN PTR | ||
+ | 100 | ||
+ | |||
+ | ; define drdizzy.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
+ | |||
+ | ; define magicalentertainmentandsound.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Internals - db.sharewiz.net ===== | ||
+ | |||
+ | <file bind / | ||
+ | ; sharewiz.net | ||
+ | $TTL 86400 | ||
+ | @ | ||
+ | | ||
+ | 3600 ; Refresh | ||
+ | 1800 ; Retry | ||
+ | 2419200 ; Expire | ||
+ | 86400 ; Negative Cache TTL | ||
+ | ); | ||
+ | |||
+ | ; define the name server | ||
+ | IN NS ns1.sharewiz.net. | ||
+ | |||
+ | ; define the name server IP address | ||
+ | IN A | ||
+ | |||
+ | ; define the mail exchanger | ||
+ | IN MX 10 mail.sharewiz.net. | ||
+ | mail IN A | ||
+ | |||
+ | ; define the hostnames | ||
+ | gateway | ||
+ | router | ||
+ | ns1 | ||
+ | ftp | ||
+ | server1 | ||
+ | webmail | ||
+ | wiki IN A | ||
+ | www | ||
+ | ;www | ||
+ | * | ||
+ | @ | ||
+ | nas | ||
+ | switch | ||
+ | shield | ||
+ | peter | ||
+ | virginia | ||
+ | felix | ||
+ | felix2 | ||
+ | printer | ||
+ | extender | ||
+ | |||
+ | ; define the SPF | ||
+ | sharewiz.net. | ||
+ | ; | ||
+ | |||
+ | ; define the DMARC | ||
+ | ; | ||
+ | _dmarc.sharewiz.net. IN TXT " | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Externals - 35.134.42.5.db ===== | ||
<file bind / | <file bind / | ||
Line 155: | Line 547: | ||
$TTL 86400 | $TTL 86400 | ||
@ | @ | ||
- | 2016061001 | + | 2016101801 |
3600 ; Refresh | 3600 ; Refresh | ||
1800 ; Retry | 1800 ; Retry | ||
Line 166: | Line 558: | ||
; IN NS ns1.server1.net. | ; IN NS ns1.server1.net. | ||
IN NS ns1.sharewiz.net. | IN NS ns1.sharewiz.net. | ||
+ | ns1 | ||
; IN NS ns1.drdizzy.com. | ; IN NS ns1.drdizzy.com. | ||
Line 174: | Line 567: | ||
; define the hostnames | ; define the hostnames | ||
IN PTR | IN PTR | ||
+ | IN PTR | ||
IN PTR | IN PTR | ||
IN PTR | IN PTR | ||
Line 180: | Line 574: | ||
IN PTR | IN PTR | ||
IN PTR | IN PTR | ||
+ | |||
+ | ; define drdizzy.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
+ | |||
+ | ; define magicalentertainmentandsound.com | ||
+ | IN PTR | ||
+ | IN PTR | ||
</ | </ | ||
---- | ---- | ||
+ | |||
+ | ===== Externals - db.sharewiz.net ===== | ||
<file bash / | <file bash / | ||
Line 188: | Line 592: | ||
$TTL 86400 | $TTL 86400 | ||
@ | @ | ||
- | 2016061001 | + | 2016101605 |
3600 ; Refresh | 3600 ; Refresh | ||
1800 ; Retry | 1800 ; Retry | ||
Line 197: | Line 601: | ||
; define the name server | ; define the name server | ||
IN NS ns1.sharewiz.net. | IN NS ns1.sharewiz.net. | ||
- | ; IN NS slv2.1and1.co.uk. | + | ;»IN»·NS»·slv2.1and1.co.uk. |
; define the name server IP address | ; define the name server IP address | ||
Line 209: | Line 613: | ||
ns1 | ns1 | ||
ftp | ftp | ||
+ | router | ||
server1 IN A | server1 IN A | ||
webmail IN A | webmail IN A | ||
www | www | ||
- | * IN A 5.42.134.35 | + | ;www |
+ | *» IN»· | ||
; define the SPF | ; define the SPF | ||
- | sharewiz.net. | + | sharewiz.net.»IN»·TXT»" |
- | ; | + | ; |
; define the SenderID | ; define the SenderID | ||
; | ; | ||
+ | |||
+ | ; define the DMARC | ||
+ | ; | ||
+ | _dmarc.sharewiz.net. IN TXT " | ||
</ | </ | ||
ubuntu/bind/setup_bind9.1574802965.txt.gz · Last modified: 2020/07/15 09:30 (external edit)