dnsmasq.conf 459 B

12345678910111213
  1. log-dhcp
  2. interface=wl0.1
  3. dhcp-range=wl0.1,192.168.2.100,192.168.2.199,255.255.255.0,86400s
  4. dhcp-option=wl0.1,3,192.168.2.1
  5. dhcp-option=wl0.1,6,8.8.8.8,8.8.4.4
  6. interface=wl1.1
  7. dhcp-range=wl1.1,192.168.2.100,192.168.2.149,255.255.255.0,86400s
  8. dhcp-option=wl1.1,3,192.168.2.1
  9. dhcp-option=wl1.1,6,8.8.8.8,8.8.4.4
  10. interface=wl2.1
  11. dhcp-range=wl2.1,192.168.2.100,192.168.2.149,255.255.255.0,86400s
  12. dhcp-option=wl2.1,3,192.168.2.1
  13. dhcp-option=wl2.1,6,8.8.8.8,8.8.4.4