LAB 6.2 issue
In the section "Solution 6.2" for On "RedHat, Centos, Fedora, or openSUSE", there is no zone type "primary" for centos 7
file: /etc/named.conf
zone"example.com." IN {
type primary; <- should be "master"
file"example.com.zone";
};
Please fix!
Source: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-bind
Kind regards,
Denis
Comments
-
Same in Ubuntu.
When I check my configuration with sudo named-checkconf -z:
/etc/bind/named.conf.local:10: 'primary' unexpected
It can be solved using master instead of primary.
0 -
Very interesting.
https://bind9.readthedocs.io/en/latest/configuration.html
Uses the "primary" instead of "master". Are you both on CentOS-7 ?
Please include version of bind being used.Thank you, Lee
0 -
Primaries/Secondaries work in Bind 9.17.3 and later.
From the source change log:
--- 9.17.3 released ---
---lines removed---
- [func] Added "primaries" as a synonym for "masters" in
named.conf, and "primary-only" as a synonym for
"master-only" in the parameters to "notify", to bring
terminology up-to-date with RFC 8499. [GL #1948]
Regards Lee
1 - [func] Added "primaries" as a synonym for "masters" in
-
@lee42x said:
Very interesting.https://bind9.readthedocs.io/en/latest/configuration.html
Uses the "primary" instead of "master". Are you both on CentOS-7 ?
Please include version of bind being used.Thank you, Lee
No, I'm on Ubuntu 18.04.
Now I removed bind9 because i normally clean the server when I finish the labs in every lesson, but the output of apt policy bind9 is:
jose@lfcs:~$ apt policy bind9
bind9:
Installed: (none)
Candidate: 1:9.11.3+dfsg-1ubuntu1.15
Version table:
1:9.11.3+dfsg-1ubuntu1.15 500
500 http://archive.ubuntu.com/ubuntu bionic-security/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
1:9.11.3+dfsg-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 PackagesI have another VM with Ubuntu 20.04 and the Bind version is slightly newer but it is older than you mentioned:
jose@userver20:~$ apt policy bind9
bind9:
Installed: (none)
Candidate: 1:9.16.1-0ubuntu2.8
Version table:
1:9.16.1-0ubuntu2.8 500
500 http://es.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
500 http://es.archive.ubuntu.com/ubuntu focal-security/main amd64 Packages
1:9.16.1-0ubuntu2 500
500 http://es.archive.ubuntu.com/ubuntu focal/main amd64 Packages
Perhaps it must be warned on labs, depending on the Bind version and perhaps the distribution and the version of the distribution, it might not work with primary and master should be used instead.0 -
Finally, I try the lab on Ubuntu 20.04 and it works with both primary and master.
Anyway, perhaps it should be warned on lab, as I usually do the labs on Ubuntu 18.04 because I already have scheduled my certification exam and supposedly the exam will be done on Ubuntu 18.04.
Other people can do the same to be familiar with the platform they are going to use in the exam. And this is a reason to do so (to use the same platform you will have in the exam), for avoiding such surprises in the test that can distract you or get you nervous0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 111 Mobile Computing
- 19 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 976 Programming and Development
- 310 Kernel Development
- 648 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
