The dnsmasq.conf file has full documentation and shows how to do thisI think its the dns dnsmasq.conf file that does this but I can't find an example of how to configure dnsmasq.conf to reserve an ipv4 address for a dhcp client based on the clients mac address
Code:
# Always allocate the host with Ethernet address 11:22:33:44:55:66# The IP address 192.168.0.60#dhcp-host=11:22:33:44:55:66,192.168.0.60
Code:
# Give the machine which says its name is "bert" IP address# 192.168.0.70 and an infinite lease#dhcp-host=bert,192.168.0.70,infinite
Statistics: Posted by rpdom — Thu Nov 14, 2024 4:59 pm