dns:bind_configure_guide
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dns:bind_configure_guide [2022/11/23 12:49] – external edit 127.0.0.1 | dns:bind_configure_guide [2025/12/15 12:43] (current) – [Logging] bstafford | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| On Ubuntu 16.04, you need to | On Ubuntu 16.04, you need to | ||
| - | < | + | < |
| + | |||
| + | =====Troubleshooting ===== | ||
| + | < | ||
| + | < | ||
| + | ===== Other ===== | ||
| Then < | Then < | ||
| Line 110: | Line 115: | ||
| < | < | ||
| Also | Also | ||
| + | |||
| + | < | ||
| + | sudo chown bind:bind / | ||
| + | sudo chmod ug+w / | ||
| + | |||
| + | |||
| + | '' | ||
| < | < | ||
| options { | options { | ||
| Line 130: | Line 142: | ||
| logging { | logging { | ||
| channel bind_default_log { | channel bind_default_log { | ||
| - | file "/ | + | file "/ |
| //severity debug 9; | //severity debug 9; | ||
| severity info; | severity info; | ||
| Line 139: | Line 151: | ||
| channel bind_update_log { | channel bind_update_log { | ||
| - | file "/ | + | file "/ |
| //severity debug 9; | //severity debug 9; | ||
| severity info; | severity info; | ||
| Line 148: | Line 160: | ||
| channel bind_update-security_log { | channel bind_update-security_log { | ||
| - | file "/ | + | file "/ |
| //severity debug 9; | //severity debug 9; | ||
| severity info; | severity info; | ||
| Line 157: | Line 169: | ||
| channel bind_security_log { | channel bind_security_log { | ||
| - | file "/ | + | file "/ |
| //severity debug 9; | //severity debug 9; | ||
| severity info; | severity info; | ||
| Line 166: | Line 178: | ||
| channel bind_query_log { | channel bind_query_log { | ||
| - | file "/ | + | file "/ |
| //severity debug 10; | //severity debug 10; | ||
| severity info; | severity info; | ||
| Line 175: | Line 187: | ||
| channel bind_lame-servers_log { | channel bind_lame-servers_log { | ||
| - | file "/ | + | file "/ |
| //severity debug 9; | //severity debug 9; | ||
| severity info; | severity info; | ||
| Line 183: | Line 195: | ||
| }; | }; | ||
| - | category default { bind_query_log; }; | + | category default { bind_default_log; }; |
| - | category update { bind_query_log; }; | + | category update { bind_update_log; }; |
| - | category update-security { bind_query_log; }; | + | category update-security { bind_update-security_log; }; |
| - | category security { bind_query_log; }; | + | category security { bind_security_log; }; |
| category queries { bind_query_log; | category queries { bind_query_log; | ||
| - | category lame-servers { bind_query_log; }; | + | category lame-servers { bind_lame-servers_log; }; |
| }; | }; | ||
| </ | </ | ||
dns/bind_configure_guide.1669207782.txt.gz · Last modified: by 127.0.0.1
