commit 5336e8c40bf98e293af98a174e042810900ae471
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Tue Jul 21 19:28:46 2015 +0200
Add dhcp config for hv01.online
files/dhcp/dhcpd.conf-hv01.online | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/files/dhcp/dhcpd.conf-hv01.online b/files/dhcp/dhcpd.conf-hv01.online
new file mode 100644
index 0000000..05da095
--- /dev/null
+++ b/files/dhcp/dhcpd.conf-hv01.online
@@ -0,0 +1,19 @@
+#
+# DHCP Server Configuration file.
+# see /usr/share/doc/dhcp*/dhcpd.conf.sample
+# see 'man 5 dhcpd.conf'
+#
+ddns-update-style none;
+
+subnet 192.168.181.0 netmask 255.255.255.0 {
+ option routers 192.168.181.254;
+ option subnet-mask 255.255.255.0;
+
+ option domain-name "online.rpmfusion.org";
+ option domain-name-servers 62.210.16.6;
+
+ range dynamic-bootp 192.168.181.128 192.168.181.160;
+ default-lease-time 21600;
+ max-lease-time 43200;
+
+}
Show replies by date