summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/config/config-mths/dnsmasq.d/dhcp.conf
blob: 47eb1c0794a6c31c79097aa63ec73c5bc8296c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
interface=wifi1
dhcp-range=10.0.0.100,10.0.0.250,12h
dhcp-lease-max=200
dhcp-leasefile=/var/config/dnsmasq_dhcp_wifi1.leases
dhcp-option=option:netmask,255.255.255.0
dhcp-option=option:router,10.0.0.1
dhcp-option=option:dns-server,10.0.0.1
dhcp-authoritative
interface=usb0
dhcp-range=192.168.3.100,192.168.3.250,12h
dhcp-option=option:router,192.168.3.1
dhcp-option=option:dns-server,192.168.3.1