aboutsummaryrefslogtreecommitdiff
path: root/bridge/dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/dhcpd.conf')
-rw-r--r--bridge/dhcpd.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/bridge/dhcpd.conf b/bridge/dhcpd.conf
new file mode 100644
index 0000000..7aa8ab2
--- /dev/null
+++ b/bridge/dhcpd.conf
@@ -0,0 +1,13 @@
+authoritative;
+
+default-lease-time 600;
+max-lease-time 7200;
+
+subnet 192.168.30.0 netmask 255.255.255.0 {
+ range 192.168.30.10 192.168.30.250;
+ option routers 192.168.30.1;
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 192.168.30.255;
+}
+
+option domain-name-servers 217.31.204.130, 193.29.206.206;