summaryrefslogtreecommitdiffstats
path: root/nfv-installer/docker-pxe-ramboot/dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nfv-installer/docker-pxe-ramboot/dhcpd.conf')
-rw-r--r--nfv-installer/docker-pxe-ramboot/dhcpd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfv-installer/docker-pxe-ramboot/dhcpd.conf b/nfv-installer/docker-pxe-ramboot/dhcpd.conf
new file mode 100644
index 0000000..21df511
--- /dev/null
+++ b/nfv-installer/docker-pxe-ramboot/dhcpd.conf
@@ -0,0 +1,6 @@
1default-lease-time 600;
2max-lease-time 7200;
3subnet 192.168.1.0 netmask 255.255.255.0 {
4 range 192.168.1.100 192.168.1.200;
5 filename "/var/lib/tftpboot/pxelinux.0";
6}