/etc/dnsmasq.d
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

40_dhcp_vlan20_definition.conf 426B

12345678910
  1. # Uncomment this to enable the integrated DHCP server, you need
  2. # to supply the range of addresses available for lease and optionally
  3. # a lease time. If you have more than one network, you will need to
  4. # repeat this for each network on which you want to supply DHCP
  5. # service.
  6. dhcp-range=VLAN20,192.168.20.50,192.168.20.150,12h
  7. dhcp-option=VLAN20,option:router,192.168.20.1
  8. dhcp-option=VLAN20,option:dns-server,192.168.20.1