/etc/dnsmasq.d
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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