Operating System - HP-UX
1834685 Members
2252 Online
110069 Solutions
New Discussion

How to disable some IP addresses on DNS server

 
Dewa Negara_4
Regular Advisor

How to disable some IP addresses on DNS server

Hi All,
Need your help. I have a DNS server running on HPUX 11.00, and I would like to disable some IP addresses on the DNS server. What are the steps to do that?
Thanks and Best Regards,
Negara
Santos
1 REPLY 1
Rajeev  Shukla
Honored Contributor

Re: How to disable some IP addresses on DNS server

1. Look at /etc/named.conf to see where the data files for DNS resides.
2. Edit the datafiles which would be db. for forward lookup and .db for reverse lookup.
3. Commect the host or IP you want to remove from DNS. The comment is ";" semi colon.

And then finally restart the name server by running
#sig_named restart command

Cheers
Rajeev