summaryrefslogtreecommitdiffstats
path: root/nfv-installer/docker-pxe-ramboot/dhcpd.conf
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2017-10-13 16:01:48 +0200
committerMartin Borg <martin.borg@enea.com>2017-10-13 16:07:59 +0200
commita85474adbbca9d48e67ce10700e5f3ed2c64dfdc (patch)
tree1371dced6f3b11cf6d10dddfa750e45388cf89b5 /nfv-installer/docker-pxe-ramboot/dhcpd.conf
parent52b21feca5803392c6156b148332d93fad9288a2 (diff)
downloadnfv-access-tools-a85474adbbca9d48e67ce10700e5f3ed2c64dfdc.tar.gz
Add Docker PXE installerHEADmaster
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
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}