Difference between revisions of "DHCP Configuration"
Line 16: | Line 16: | ||
if you are setting a custom installation or you already have an DHCP service on your network you should Configure your DHCP server to use ERPXE. | if you are setting a custom installation or you already have an DHCP service on your network you should Configure your DHCP server to use ERPXE. | ||
+ | ====dhcpd==== | ||
Add the following rules to your dhcp server: | Add the following rules to your dhcp server: | ||
next-server 10.0.0.1; | next-server 10.0.0.1; | ||
filename "pxelinux.0"; | filename "pxelinux.0"; | ||
− | + | ====Microsoft DHCP==== | |
rules 66, 67 in microsoft dhcp. | rules 66, 67 in microsoft dhcp. | ||
Revision as of 15:04, 13 April 2012
you should configure your LAN DHCP server rules for PXE environment:
Contents
Use ERPXE DHCP
ERPXE virtual appliance comes with DHCP server pre installed and configured. the DHCP server is disabled for cases that other DHCP exist inside the intranet. if you want ERPXE to serve DHCP you can enable the Virtual Appliance's DHCP by:
from ERPXE terminal: chkconfig dhcpd on service dhcpd start
Use your own DHCP solution
For Custom Installation
if you are setting a custom installation or you already have an DHCP service on your network you should Configure your DHCP server to use ERPXE.
dhcpd
Add the following rules to your dhcp server:
next-server 10.0.0.1; filename "pxelinux.0";
Microsoft DHCP
rules 66, 67 in microsoft dhcp.
For Virtual Appliance
- Update the virtual appliance's gateway to your current router/gateway.
- ERPXE IP address is 10.0.0.1. To change it you should read Change IP article.
Select PXE ROM
ERPXE is bundled with more than one PXE ROM file.
We recommend using "pxelinux.0".
If you have encountered any performance issues with ERPXE, you should try switching to another ROM file.
Check History for more information about included ROM files in your ERPXE version.