Question

Basic DNS - (Domain Name Service ) Linux Query 5. If I wanted to add a...

Basic DNS - (Domain Name Service ) Linux Query

5. If I wanted to add a new zone, how would I go about doing this?

6. What commands do you use to validate your bind configuration?

7. What command do you use to validate your configuration of your zone?

8. Given what you know, create a simple Zone in bind which has the ability to resolve.

Homework Answers

Answer #1

Command for adding new zone:

$ ipa dnszone-add domainName

Command for validate bind configuration:

named-checkconf /etc/named.conf

Command for Creating a simple zone:

For this we need dns config ffils suppose we have file name db.config.org // location of file we need to enter

And second file is db.193.168.0

zone "config.org" {
       type master;
       file "/etc/bind/zones/master/db.config.org";
};

zone "0.168.192.in-addr.arpa" {
       type master;
       file "/etc/bind/zones/master/db.193.168.0";
};
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
CIS - WINDOWS SERVER ADMIN - KNOWLEDGE BASED ASSESSMENT [101-BASICS] Additional Questions (5) Total. 171. How...
CIS - WINDOWS SERVER ADMIN - KNOWLEDGE BASED ASSESSMENT [101-BASICS] Additional Questions (5) Total. 171. How you will install DHCP server role in windows server 2016 using powershell? Select one: a. Add-DHCPServer b. Install-AppXPackage –Name ‘DHCP’ c. Install-WindowsFeature –Name ‘DHCP’ d. Install-ServerRole –name ‘DHCP’ 172. Which cmdlet will you use to add IPV6 scope on a DHCP server role? Select one: a. Add-Dhcpserver –Scope IPV6 b. Add-DHCPServerScope c. Set-DHCPServer –Scope ‘IPV6’ d. Add-DhcpServerv6Scope 173. Which of the following statement is...
Use the following tables to answer Q5 and Q6. Tourist (tno, Name, phone, age,loc) Vehicle (Vno,...
Use the following tables to answer Q5 and Q6. Tourist (tno, Name, phone, age,loc) Vehicle (Vno, model, mileage, owner_name, owner_ph)) Rented (tno, Vno) 5. (i)Write an SQL query, to create the table vehicle with following constraints: Vno should begin with second letter ‘v’; Models are one among Thar, X3. Mileage should be above 18 and below 25. No two records can have same phone (ii) Write an SQL query to retrieve the name of the owner who does owns X3...
I did already posted this question before, I did get the answer but i am not...
I did already posted this question before, I did get the answer but i am not satisfied with the answer i did the code as a solution not the description as my solution, so i am reposting this question again. Please send me the code as my solution not the description In this project, build a simple Unix shell. The shell is the heart of the command-line interface, and thus is central to the Unix/C programming environment. Mastering use of...
Hello, please answer all 3 questions, if possible! :) I will make sure to add 5...
Hello, please answer all 3 questions, if possible! :) I will make sure to add 5 star rating! 2. What is the PID of init? 19. You notice the line root(hd0,2) in your GRUB configuration file. What does this line indicate? a) The root file system for the operating system resides on the 3rd partition on the 2nd hard disk in the computer b) The root file system for the operating system resides on the 3rd partition on the 1st...
1. By convention, how are configuration files separated from regular files? (NOTE: A practical effect of...
1. By convention, how are configuration files separated from regular files? (NOTE: A practical effect of the separation is that they are not displayed by the default version of the ls command)                         a. the prefix "rc" (rc.filename)               c. the extension .cfig                         b. a dot (.) at the beginning                    d. by having the SUID bit set 2. The IP address which is reserved for local loopback (equivalent to "localhost") is:                         a. 255.255.255.0                                   c. 192.168.70.1...
Linux commands in terminal What processes are running? In the previous task ("Command Based") you were...
Linux commands in terminal What processes are running? In the previous task ("Command Based") you were already familiar with the command "ps" which shows some or all of the processes that are running. When you run "ps", you start a new process and you can see the actual process in the output. Later in this task you will use "ps" more. The "top" command also shows an overview of the processes that exist on the system but it the overview...
My assignment is listed below. I already have the code complete, but I cannot figure out...
My assignment is listed below. I already have the code complete, but I cannot figure out how to complete this portion: You must create a makefile to compile and build your program. I can't figure out if I need to create a makefile, and if I do, what commands do I use for that? Create a  ContactInfo class that contains the following member variables: name age phoneNumber The ContactInfo class should have a default constructor that sets name = "", phoneNumber...
"All right. I need everyone in the conference room. Now!" said Celia, the communication supervisor at...
"All right. I need everyone in the conference room. Now!" said Celia, the communication supervisor at Protagoras, shouting across her department's cubicles. "What do you think this is all about?" Krystal asked of Jasper after catching his glance. "I have no idea, but I'm sure somehow it'll end in me doing more work," Jasper said sardonically. As Jasper and Krystal strolled into the conference room, Alexander and Ariel were already taking their seats around the mahogany conference table, where everyone...
Summary The Ch08_ConstructCo database stores data for a consulting company that tracks all charges to projects....
Summary The Ch08_ConstructCo database stores data for a consulting company that tracks all charges to projects. The charges are based on the hours each employee works on each project. The structure and contents of the Ch08_ConstructCo database are shown in Figure P8.1. Use this database to answer the following problems. Database Schema The schema for the Ch08_ConstructCo database is shown below and should be used to answer the next several problems. Click this image to view it in its own...
Jim Watanabe was in his new car, driving down I-5, on his way to work. He...
Jim Watanabe was in his new car, driving down I-5, on his way to work. He dreaded the phone call he knew he was going to have to make. The original go-live date for a pilot implementation of Petrie Electronics’ new customer relationship management (CRM) system was July 31. That was only six weeks away, and Jim knew there was no way they were going to be ready. The XRA CRM they were licensing turned out to be a lot...