1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
dnsmasq allow dynamic dns updates
(1 viewing) 1 Guest
Go to bottomPage: 1
TOPIC: dnsmasq allow dynamic dns updates
#4216
dnsmasq allow dynamic dns updates 3 Years, 3 Months ago  
Hi,

I am configuring my DNS servers {Bind9} to allow Dynamic DNS updates from client, especially the
DHCP clients.

In my research I found - some howtos for updating dhcpd.conf with these entries:

# Server configuration:
ddns-domainname "example.com.";
ddns-rev-domainname "in-addr.arpa.";
ddns-update-style interim;
ddns-updates on;
allow client-updates;


However, I cannot find any details on how to do this {if its possible} for dnsmasq.

Is this possible?

If not...

How do I disable dnsmasq and install a real dhcp server?
Tim Manochehri
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4225
Re:dnsmasq allow dynamic dns updates 3 Years, 3 Months ago  
DNSMasq will not do what you need it to do 'right out of the box'. There are some things you can do to get around this:

- Assign workstations that need naming to reserved addresses in DHCP and setup hostnames
- Try modifying this perl script that has been made to add this functionality to DNSMasq (external source and untested).

We have talked about what would be required to give users an either/or approach to DNS on ClearOS. The problem that arises time and time again is the horrible track record BIND has with security. It is and has been traditionally a big risk.

I'm sorry that DNSMasq doesn't meet your needs out of the box. I personally wish it did more.
Dave Loper
ClearFoundation
Posts: 683
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
  get the latest posts directly to your desktop