Config Router

  • Google Sheets
  • CCNA Online training
    • CCNA
  • CISCO Lab Guides
    • CCNA Security Lab Manual With Solutions
    • CCNP Route Lab Manual with Solutions
    • CCNP Switch Lab Manual with Solutions
  • Juniper
  • Linux
  • DevOps Tutorials
  • Python Array
You are here: Home / Juniper / Forward-only option of DNS BIND in JUNOS

Forward-only option of DNS BIND in JUNOS

June 23, 2016 by James Palmer

The article summarizes the issue when Split DNS feature is used and the DNS queries are sent to the name server instead of failing when the forwarder is not available and the support of this DNS BIND feature from the JUNOS version 12.1X46-D10.

Consider the following configuration in which Split DNS feature is implemented :

root@srx# show system services dns 
dns-proxy {
interface {
ge-0/0/0.0;
}
default-domain * {
forwarders {
3.3.3.3;
}
}
view Server_Internal {
match-clients 192.168.3.0/24;
domain test1234.com {

forwarders {
192.168.1.30;
}
}
domain * {
forwarders {
3.3.3.3;
}
}
}
} 

Here it is expected that the DNS query when initiated from the subnet 192.168.3.0/24 for “test1234.com” , it is sent to the DNS server 192.168.1.30.

If the DNS server is down and does not answer the query, it is expected that the query fails and is not answered by any other DNS server , this is basically the “forward-only” option of DNS BIND.

The support of this feature is “Forward-only” option of DNS BIND and is supported from 12.1X46-D10. Below is a supported configuration on SRX series firewall :

root@srx# show system services dns 
dns-proxy {
interface {
ge-0/0/0.0;
}
default-domain * {
forwarders {
3.3.3.3;
}
}
view Server_Internal {
match-clients 192.168.3.0/24;
domain test1234.com {

forward-only;

forwarders {
192.168.1.30;
}
}
domain * {
forwarders {
3.3.3.3;
}
}
}
}

Related

Filed Under: Juniper Tagged With: DNS BIND feature

Recent Posts

  • How do I give user access to Jenkins?
  • What is docker volume command?
  • What is the date format in Unix?
  • What is the difference between ARG and ENV Docker?
  • What is rsync command Linux?
  • How to Add Music to Snapchat 2021 Android? | How to Search, Add, Share Songs on Snapchat Story?
  • How to Enable Snapchat Notifications for Android & iPhone? | Steps to Turn on Snapchat Bitmoji Notification
  • Easy Methods to Fix Snapchat Camera Not Working Black Screen Issue | Reasons & Troubleshooting Tips to Solve Snapchat Camera Problems
  • Detailed Procedure for How to Update Snapchat on iOS 14 for Free
  • What is Snapchat Spotlight Feature? How to Make a Spotlight on Snapchat?
  • Snapchat Hack Tutorial 2021: Can I hack a Snapchat Account without them knowing?

Copyright © 2025 · News Pro Theme on Genesis Framework · WordPress · Log in