DHCP Static Ip problem

Hi,
I add below config for the static ip host, but last line doesn't work. I need setup host dns to '172.16.188.25,192.168.1.1'. What's the problem?

dhcp.@host[0]=host
dhcp.@host[0].mac='00:XX:XX:XX:XX:XX'
dhcp.@host[0].name='win10-2'
dhcp.@host[0].dns='1'
dhcp.@host[0].ip='192.168.1.30'
dhcp.@host[0].dhcp_option='6,172.16.188.25,192.168.1.1

Did you restart dnsmasq/networking services?

already restart dnsmasq/networking services, also reboot the device

The host section should define tag, and the tag section can specify dhcp_option:
Client classifying and individual options

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.