reactos/rosapps/applications/net/dhcpd/samples/dhcp.conf
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

9 lines
204 B
Plaintext

# DHCP CONFIGURATION, DO NOT ERASE OR MOVE THIS LINE!
subnet 192.168.2.0
lease 30
range 2 5
mask 255.255.255.0
router 192.168.2.1
server 192.168.2.1
# DHCP CONFIGURATION, DO NOT ERASE OR MOVE THIS LINE!