Is there any way to use dnsmaq to set router and dns for a specific mac address

0

In isc-dhcp-server

host TestHost {                              
    hardware ethernet xx:xx:xx:xx:xx:xx;   
    fixed-address 192.168.2.3;         
    option routers 192.168.2.251;         
    option domain-name-servers 198.18.0.2;       
}

Is there any equivalent config in dnsmaq?

WaterWood

Posted 2019-05-13T13:02:06.103

Reputation: 41

No answers