K
K
Konstantin2013-12-06 08:55:26
DHCP
Konstantin, 2013-12-06 08:55:26

How to pxe-boot a windows installation via dhcp on centos?

Actually there is a network in which dhpcd runs on centos 6.4 (it used to be windows for these purposes). Very often you need a Pxe installation, but when you start the old, tested and working scan service, it gives

wdsclient error getting ip address from dhcp server

Is such a connection possible in principle? And how to set it up to make
DHCPD.CONF work:
shared-network name {
option domain-name "a.local";
option domain-name-servers 192.168.99.4, 192.168.99.4, 8.8.8.8, 8.8.4.4;
option routers 192.168.99.3;
option ntp-servers 192.168.99.4;
subnet 192.168.99.0 netmask 255.255.255.0 {
# POOL
range 192.168.99.20 192.168.99.220;
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
zorruch, 2013-12-06
@fallen8rwtf

Look towards the next-server and filename options next-
server - ip address of the server on which the screw TFTP is running.
filename - the path relative to the server root to the download file.
I have it configured like this (for Windows PXE):

next-server 172.19.31.7;
filename "Boot\\x64\\wdsnbp.com";

I
Ilya Evseev, 2013-12-06
@IlyaEvseev

More general answer: https://www.google.ru/search?q=site%3Aoszone.net+w...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question