19 lines
476 B
Plaintext
19 lines
476 B
Plaintext
|
interface=veth-peer
|
||
|
bind-interfaces
|
||
|
|
||
|
# Optionally set a domain name
|
||
|
domain=example-test.com
|
||
|
|
||
|
# Set default gateway
|
||
|
dhcp-option=3,192.168.1.1
|
||
|
|
||
|
# Set DNS servers to announce
|
||
|
dhcp-option=6,8.8.8.8,8.8.4.4
|
||
|
|
||
|
# MTU
|
||
|
dhcp-option=26,1492
|
||
|
|
||
|
# Dynamic range of IPs to make available to LAN PC and the lease time.
|
||
|
# Ideally set the lease time to 5m only at first to test everything works okay before you set long-lasting records.
|
||
|
dhcp-range=192.168.111.50,192.168.111.100,255.255.255.0,1h
|