From 39656b88987d505ff93879429b087ed00b90383c Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Wed, 14 Jan 2015 15:10:42 +0100 Subject: [PATCH] remove gateway for eth0 configuration --- master/etc/dhcp/dhcpd.conf.alpha | 2 +- master/etc/dhcp/dhcpd.conf.blank | 2 +- master/etc/dhcp/dhcpd.conf.bravo | 2 +- master/etc/dhcp/dhcpd.conf.cl0 | 2 +- master/etc/dhcp/dhcpd.conf.gamma | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/master/etc/dhcp/dhcpd.conf.alpha b/master/etc/dhcp/dhcpd.conf.alpha index 3a61b27..6da036e 100644 --- a/master/etc/dhcp/dhcpd.conf.alpha +++ b/master/etc/dhcp/dhcpd.conf.alpha @@ -46,7 +46,7 @@ subnet 10.133.26.0 netmask 255.255.255.0 next-server 10.133.26.160; filename "pxelinux.0"; option domain-name-servers 10.133.26.160; - option routers 10.133.26.231; + #option routers 10.133.26.231; use-host-decl-names on; authoritative; } diff --git a/master/etc/dhcp/dhcpd.conf.blank b/master/etc/dhcp/dhcpd.conf.blank index cf260ed..11892ec 100644 --- a/master/etc/dhcp/dhcpd.conf.blank +++ b/master/etc/dhcp/dhcpd.conf.blank @@ -46,7 +46,7 @@ subnet 10.133.26.0 netmask 255.255.255.0 next-server 10.133.26.160; filename "pxelinux.0"; option domain-name-servers 10.133.26.160; - option routers 10.133.26.231; + #option routers 10.133.26.231; use-host-decl-names on; authoritative; } diff --git a/master/etc/dhcp/dhcpd.conf.bravo b/master/etc/dhcp/dhcpd.conf.bravo index c2aae91..ad308e7 100644 --- a/master/etc/dhcp/dhcpd.conf.bravo +++ b/master/etc/dhcp/dhcpd.conf.bravo @@ -46,7 +46,7 @@ subnet 10.133.26.0 netmask 255.255.255.0 next-server 10.133.26.160; filename "pxelinux.0"; option domain-name-servers 10.133.26.160; - option routers 10.133.26.231; + #option routers 10.133.26.231; use-host-decl-names on; authoritative; } diff --git a/master/etc/dhcp/dhcpd.conf.cl0 b/master/etc/dhcp/dhcpd.conf.cl0 index b4e6876..35ee1e2 100644 --- a/master/etc/dhcp/dhcpd.conf.cl0 +++ b/master/etc/dhcp/dhcpd.conf.cl0 @@ -46,7 +46,7 @@ subnet 10.133.26.0 netmask 255.255.255.0 next-server 10.133.26.160; filename "pxelinux.0"; option domain-name-servers 10.133.26.160; - option routers 10.133.26.231; + #option routers 10.133.26.231; use-host-decl-names on; authoritative; } diff --git a/master/etc/dhcp/dhcpd.conf.gamma b/master/etc/dhcp/dhcpd.conf.gamma index 9b7dead..6e60aed 100644 --- a/master/etc/dhcp/dhcpd.conf.gamma +++ b/master/etc/dhcp/dhcpd.conf.gamma @@ -46,7 +46,7 @@ subnet 10.133.26.0 netmask 255.255.255.0 next-server 10.133.26.160; filename "pxelinux.0"; option domain-name-servers 10.133.26.160; - option routers 10.133.26.231; + #option routers 10.133.26.231; use-host-decl-names on; authoritative; } -- 2.30.2