Hi all,
I'm running an macPro with OSX Server (Yosemite) with a simple website and dhcp on osx server and dnsmasq for dns routing. Reason I choose for dnsmasq is discussed in DnS-Forwarding
I'm now hitting the limit of my subnet with leasing ip adresses.
All devices connected will be connected for max 5 - 10 minutes and then disconnect. But in settings I can only set the lease time to a minimum of 1 hour.
Is there some way to decrease this time to 15 minutes ?
Thanks!
----
Also I don't seem to get DHCP to work with dnsmasq.
Current config
I'm running an macPro with OSX Server (Yosemite) with a simple website and dhcp on osx server and dnsmasq for dns routing. Reason I choose for dnsmasq is discussed in DnS-Forwarding
I'm now hitting the limit of my subnet with leasing ip adresses.
All devices connected will be connected for max 5 - 10 minutes and then disconnect. But in settings I can only set the lease time to a minimum of 1 hour.
Is there some way to decrease this time to 15 minutes ?
Thanks!
----
Also I don't seem to get DHCP to work with dnsmasq.
Current config
Code:
listen-address=192.168.0.1
interface=en0
except-interface=en1
no-dhcp-interface=en0 #comment out for dhcp
no-dhcp-interface=en1
#dhcp-range=192.168.0.50,192.168.3.254,5m #DHCP RANGE
#dhcp-option=3,192.168.0.1 #DHCP GATEWAY
#dhcp-option=6,192.168.0.1 #DHCP DNS
#server=192.168.0.1 #DHCP Server ?
address=/#/192.168.0.1
no-hosts
Last edited: