11 lines
426 B
Plaintext
11 lines
426 B
Plaintext
|
# Uncomment this to enable the integrated DHCP server, you need
|
||
|
# to supply the range of addresses available for lease and optionally
|
||
|
# a lease time. If you have more than one network, you will need to
|
||
|
# repeat this for each network on which you want to supply DHCP
|
||
|
# service.
|
||
|
dhcp-range=VLAN50,192.168.50.50,192.168.50.150,12h
|
||
|
|
||
|
dhcp-option=VLAN50,option:router,192.168.50.1
|
||
|
|
||
|
dhcp-option=VLAN50,option:dns-server,192.168.50.1
|