Wildcard pointing to IP range in DNS configuration


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Wildcard pointing to IP range in DNS configuration
# 1  
Old 05-27-2015
Wildcard pointing to IP range in DNS configuration

Hello to all,

May someone help me with this DNS configuration issue please.

I have configured wildcard to different IPs like below and it works.
Code:
xyz IN  SOA   dns.abcd. .  (
                  2014120901
                  10800
                  3600
                  604800
                  86400     )
  ;
xyz       IN    NS   dns.abcd.
*       IN      A       123.12.41.0
*       IN      A       123.12.41.1
*       IN      A       123.12.41.120
*       IN      A       123.12.41.185
*       IN      A       123.12.41.240
*       IN      A       85.4.13.10
*       IN      A       85.4.13.100
*       IN      A       85.4.13.215
*       IN      A       85.4.13.229
*       IN      A       85.4.13.230

It is possible to point the wildcards to a diffente IP ranges in a DNS record configuration like below?. or an alternative way?
Code:
xyz IN  SOA   dns.abcd. .  (
                  2014120901
                  10800
                  3600
                  604800
                  86400     )
  ;
xyz       IN    NS   dns.abcd.
*       IN      A       123.12.41.0/24
*       IN      A       85.4.13.0/24

Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

How to configure DNS configuration for RHEL 5?

I wanted to know how to configure DNS configuration for RHEL 5. I hope, my query is clear of how to setup DNS for RHEL 5. Please revert with the reply to my query Regards (6 Replies)
Discussion started by: RHCE
6 Replies

2. UNIX for Dummies Questions & Answers

DNS mail server configuration

Hello fellow unix dudes, I have a question on DNS. Basically the error is my domain.com server can not send email to my mail.domain.com server. I have a virtual server with one IP say 192.10.11.12 and a mail server with iP 172.4.5.6 When the virutal server on ip 192.10.11.12 was setup,... (0 Replies)
Discussion started by: photon
0 Replies

3. AIX

DNS configuration on AIX 6.1

Hello All, I want to install ORACLE RAC on AIX 6.1. In the installation guide. the below two points were mentioned: Each node must have at least two network adapters or network interface cards (NICs): one for the public network interface, and one for the private network interface (the... (2 Replies)
Discussion started by: beayni33
2 Replies

4. UNIX for Dummies Questions & Answers

DNS & DHCP configuration

Hi to all. Sorry for my bad english. For pure self-educational, not professional, purposes, I am studying how to configure a server with several services operating on it. For my experiment I'm using VirtualBox 3.1.4 on a WinXP host with 3 FreeBSD guests; one acts as a DHCP + DNS server; the... (0 Replies)
Discussion started by: marboxer
0 Replies

5. Red Hat

Dns configuration error in Redhat

Dear All I want to configure DNS in redhat linux. i am following these steps but when i restart the services it is showing status failed. Please any body can help me on urgent basis. #service named restart Stopping named: Starting named: ---------Edited in named.conf... (2 Replies)
Discussion started by: sahu.tapan
2 Replies

6. UNIX for Dummies Questions & Answers

DNS Configuration in Solaris 10

Hi All, I have a list of few DNS server with hostnmae and IP which I need to setup in Solaris Servers...Can any one pls tell me the steps for setting up the above in solaris 10 & 9???? (4 Replies)
Discussion started by: solaris5.10
4 Replies

7. AIX

DNS configuration help

I'm trying to configure DNS on a AIX 5.4 machine and I just can't figure it out. The IBM guide doesn't work. Smit also doesn't work. I have no idea how to make this happen. (2 Replies)
Discussion started by: madavid0
2 Replies

8. IP Networking

proxy DNS configuration

i have the DNS and the web proxy services running on one of my sun machines....the funny thing is clients use the proxy server by addressing it with its IP address only....what i need is to assign it like...proxy.amu.edu.et...... my guess is the problem is the configuration with the DNS ...but i... (2 Replies)
Discussion started by: henokia4j
2 Replies

9. IP Networking

DNS configuration problem

Hi all, I am a beginner in DNS service and I face difficult when configure DNS sub domain using "bind" version 8. So I would like to ask a question about this and hope someone can answer my question. Is it possible to configure a sub domain in which the name of this sub domain is same as a... (2 Replies)
Discussion started by: raylai
2 Replies
Login or Register to Ask a Question