mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Bug 8208 - bare metal provisioning
Ingore bootp and pxe boot request in external DHCP server
This commit is contained in:
parent
1a307faefd
commit
02cd820645
@ -159,6 +159,12 @@ config_dnsmasq "
|
||||
config_dnsmasq dhcp-script=/usr/bin/echoer.sh
|
||||
config_dnsmasq dhcp-scriptuser=root
|
||||
config_dnsmasq dhcp-authoritative
|
||||
config_dnsmasq "
|
||||
# Ignore any bootp and pxe boot request
|
||||
"
|
||||
config_dnsmasq dhcp-ignore=bootp
|
||||
config_dnsmasq dhcp-vendorclass=pxestuff,PXEClient
|
||||
config_dnsmasq dhcp-ignore=pxestuff
|
||||
|
||||
[ -f /usr/sbin/setenforce ] && /usr/sbin/setenforce 0
|
||||
[ $? -ne 0 ] && exit_with_error "Can not set seLinux to passive mode"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user