USD ($)
$
United States Dollar
India Rupee

DNS Resolving Queries with F5 Local Bind

Created by Thrilok Thallapelly in Articles 16 Jun 2024
Share
«Setting Up F5 Management via CLI: Guide

Tasks

• Create a zone.

• Verify zone creation with Zone Runner.

• Configure for a zone transfer.

• Use nslookup to resolve a query

Explanation:

Local BIND server configuration is managed by BIG-IP F5 DNS system ZoneRunner utility. From remote DNS servers you can create new zones or transfer current zones using F5 DNS ZoneRunner utility. Resource records contained within a zone can be added or modified. After the DNS zone exists in local BIND, you can configure the BIG-IP DNS system to answer DNS name resolution requests or zone transfers to other name servers.

This section will give you configuration details on how to transfer zones in F5 DNS.

Configuration:

Primary Zone Configuration

• Create a primary DNS zone as below

banner image
banner image
Once you are done click on Finished.

A Record Configuration
● Create an A record according to the mentioned diagram
banner image
Once you are done click on Finished.

Create Other A Records
Create 5 more A records using the information in the following table.

Name TTL IP Address
www.uninets.com3010.10.17.100
www.uninets.com3010.10.17.101
dns2.uninets.com3010.10.X.54
mail1.uninets.com3010.10.X.60
mail2.uninets.com3010.10.X.61
NS Record Configuration
● Create an NS record as below
banner image
Click on Finished

MX Record Configuration
● Create a MX record as below
banner image
Click on Finished

CNAME Record Configuration
● Create a CNAME record as below
banner image
In order to verify the records, you have created go to DNS 8 Zones: Zone Runner: Resource Record List
banner image
Then click on Search
banner image
The above gui output will list you all the records you have created

Examine the zone database file:
● Cd /var/named/config/namedb
● Less db.external.uninets.com.
Above mentioned commands will help verify the records on CLI
banner image
Verification:
Go to the management PC and take the command prompt and do the nslookup
banner image
First check the server IP address and then do the NSLOOKUP

Port Lockdown Settings
Listeners process DNS queries directed to port 53, but will not process zone transfers.  Port 53, both UDP and TCP, must be open on 10.10.X.1 for a zone transfer to succeed.
● Modify the self IP address 10.X.1 on your BIG-IP DNS system to also allow access for zone transfers via UDP port 53 and TCP 53.

banner image

Then leave rest default and click on Finished

Secondary Zone Configuration

● Create a Secondary DNS zone as below

banner image

Allow Zone Transfer from uninets1.com

● Allow zone transfers from uninets1.com as below

Go to the uninets.com zone and allow zone-transfer to any as below

banner image

Rest leave as is and click on Update.

Now verify whether you can see the secondary zone created on not

Go to the CLI and give more /var/named/config/named.confupon doing so you may find the uninets1.com in the configuration

banner image

banner image

In between output is omitted

But still we can verify that zone is created in the CLI configuration.
Exploring F5 ASM: Application Security ...»
Thrilok Thallapelly

Thrilok Thallapelly is a senior network consultant who has dedicated his career to the field of networking. He completed Bachelor's degree in Technology in Computer Science from a reputed university in the country. He has always been fascinated by the world of networking and pursued his passion by learning everything he could about routing and ...

More... | Author`s Bog | Book a Meeting

Related Articles

#Explore latest news and articles

How to Configure Health Monitors in F5 12 Jul 2024

How to Configure Health Monitors in F5

Learn how to Implement & Configure Health Monitors in F5. A step-by-step guide with screenshots to make you understand. Read More!
F5 Load Balancing Methods & Types 15 Jun 2024

F5 Load Balancing Methods & Types

Know F5 load balancing methods for optimizing performance and learn the principles of F5 load balancing to enhance network efficiency. Learn more!
Configure Local Traffic Profiles in F5 16 Jun 2024

Configure Local Traffic Profiles in F5

Learn how to configure local traffic profile in F5 LTM and explore step by step explanation. Read More!

Comments (0)

Share

Share this post with others

Contact learning advisor

Captcha image