- # DHCP configuration generated by Firestarter
- #ddns-update-style interim;
- #ignore client-updates;
- #subnet 192.168.1.0 netmask 255.255.255.0 {
- # option routers 192.168.1.102;
- # option subnet-mask 255.255.255.0;
- # option domain-name-servers 65.183.0.76, 65.183.0.86;
- # option ip-forwarding off;
- # range dynamic-bootp 192.168.1.100 192.168.1.200;
- # default-lease-time 21600;
- # max-lease-time 43200;
- #}
- # Sample /etc/dhcpd.conf
- # (add your comments here)
- default-lease-time 600;
- max-lease-time 7200;
- option subnet-mask 255.255.255.0;
- option broadcast-address 192.168.1.255;
- option routers 192.168.1.254;
- option domain-name-servers 65.183.0.76, 65.183.0.86;
- option domain-name "mydomain.example";
- subnet 192.168.1.0 netmask 255.255.255.0 {
- range 192.168.1.10 192.168.1.100;
- range 192.168.1.150 192.168.1.200;
- }
SHARE
TWEET
Untitled
a guest
Jan 24th, 2012
13
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

