Difference between revisions of "DHCP Configuration"

From ERPXE Wiki
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Use ERPXE DHCP ==
+
you should configure your LAN DHCP server rules for PXE environment:
  
* to Enable the Virtual Appliance's DHCP:
+
== Use your own DHCP solution ==
  
from ERPXE terminal:
+
=== For Custom Installation ===
chkconfig dhcpd on
 
service dhcpd start
 
  
== Use Other DHCP ==
+
Configure your DHCP server to use ERPXE.
  
=== For Custom Installation ===
+
====dhcpd====
 
+
Add the following rules to your dhcp server:
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. read [[Configure your DHCP]] for more information.
+
  next-server 10.0.0.1;
 +
filename "pxelinux.0";
 +
====Microsoft DHCP====
 +
rules 66, 67 in microsoft dhcp.
  
 
=== For Virtual Appliance ===
 
=== For Virtual Appliance ===
  
 
* Update the virtual appliance's gateway to your current router/gateway.
 
* 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.
+
* 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 [[:Category:PXE ROM|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.
 +
 
 +
=== List of ROMS: ===
 +
Current list of roms since last updated (ERPXE 1.1):
 +
By name:
 +
* gpxelinux.0
 +
* gpxelinuxk.0
 +
* ipxelinux.0
 +
* lpxelinux.0
 +
* pxelinux.0
 +
* undionly.kpxe

Latest revision as of 21:05, 18 August 2013

you should configure your LAN DHCP server rules for PXE environment:

Use your own DHCP solution

For Custom Installation

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.

List of ROMS:

Current list of roms since last updated (ERPXE 1.1): By name:

  • gpxelinux.0
  • gpxelinuxk.0
  • ipxelinux.0
  • lpxelinux.0
  • pxelinux.0
  • undionly.kpxe