# Network configuration for DHCP server # These values override automatic detection # Network subnet (leave empty for auto-detection from interface) # Example: SUBNET=192.168.1.0 SUBNET= # Netmask in dotted notation (leave empty for auto-detection) # Example: NETMASK=255.255.255.0 NETMASK= # DHCP range start offset from network base (default: 10) # For example, if network is 192.168.1.0, start will be 192.168.1.10 RANGE_START_OFFSET=10 # DHCP range end offset from network base (default: 100) # For example, if network is 192.168.1.0, end will be 192.168.1.100 RANGE_END_OFFSET=100 # Lease time in seconds (default: 43200 = 12 hours) LEASE_TIME=43200 # Max lease time in seconds (default: 86400 = 24 hours) MAX_LEASE_TIME=86400