/etc/dnsmasq.d
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

40_dhcp_vlan30_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=VLAN30,192.168.30.50,192.168.30.150,12h
  7. dhcp-option=VLAN30,option:router,192.168.30.1
  8. dhcp-option=VLAN30,option:dns-server,192.168.30.1