summaryrefslogtreecommitdiff
path: root/root/etc/udhcpd.conf
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-03-28 00:20:21 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-03-28 00:20:21 +0000
commita91ebb0ed744d2fcd5e9f30abaa2bb922c5b589c (patch)
tree04569b929ee1a66b3a55263f075e6249870af6b6 /root/etc/udhcpd.conf
parent9c90ba9795568f26f855a6ad3801d0d239000e3c (diff)
inital commit of 20040316
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/udhcpd.conf')
-rw-r--r--root/etc/udhcpd.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/root/etc/udhcpd.conf b/root/etc/udhcpd.conf
new file mode 100644
index 0000000000..a82eb37b4e
--- /dev/null
+++ b/root/etc/udhcpd.conf
@@ -0,0 +1,12 @@
+max_leases 200
+start 192.168.1.20
+end 192.168.1.250
+interface br0
+lease_file /tmp/udhcpd.leases
+domain lan
+pidfile /tmp/udhcpd.pid
+option dns 192.168.1.1
+option subnet 255.255.255.0
+option router 192.168.1.1
+lease 7200
+