|
|
本帖最后由 2012jbx360 于 2014-2-24 16:18 编辑
36476: How to configure DHCP to use PXE server (both servers on the same machine)
I want to have one machine in my network where everthing is installed on.
So, I want a PXE server on the same machine where the DHCP server is on.
I used option 66 en 67 where 66 is the ip address of the server and 67 the bootimage file.
When testing this, I get the IP address of the DHCP but I don't get the boot image file.
What I'm doing wrong?
Thanks in advance.
Johan
Hello Johan,
Thank you for using Acronis software.
To resolve the issue the DHCP server should be configured with the option 60. This option tells the client to make a boot information negotiation layer (BINL) request to the same server to retrieve boot information.
Add to the DHCP server option 60: "Client Identifier" with string value "PXE Client".
This can be done as follows:
Hit Start -> Run and type netsh
netsh>dhcp
netsh>dhcp>server \\server_machine_name or IP_address
netsh dhcp>add optiondef 60 PXE Client STRING 0 comment="Option added for PXE support"
netsh dhcp>set optionvalue 60 STRING PXE Client
This should solve your problem.
If there is anything else, we can do for you, please let me know.
Thank you.
__________________
Peter Vigoureux
How to Set Up a PXE Boot Acronis??
http://www.ehow.com/how_7854152_set-up-pxe-boot-acronis.html
1
Log on to the Kernel-based Virtual Machine on your computer and then open the "Virtual Machine Manager" option.
2
Select the "Edit" option and then click the "Host Details" option. Click the "New" option and then click the "Enable DHCP" option so that it's deselected.
Sponsored Links
China Salary Survey
Are You Being Paid Enough? Download IMA's First China Salary Survey.
www.discoverima.org/ChinaSurvey
3
Click the "Edit" option again and then click the "Virtual Machine Details" option. Click the "Boot" option.
4
Click the "Network" option and then click the "Boot" option. The Acronis PXE boot process will then occur.
5
Press the "CTRL" and "B" keys at the same time at the beginning of the boot process. Enter "config" into the command line and then press the "Enter" key.
6
Enter in the "IP" for a guest machine into the "next-server" field, and then enter "bootwiz.bin" into the "filename" field.
7
Enter "autoboot" and your booting process will be configured and resume for the computer to start up.
Sponsored Links |
|