/etc/dnsmasq.d
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

40_dhcp_vlan30_definition.conf 405B

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