Difference between revisions of "DHCP Configuration"

From ERPXE Wiki
Line 10: Line 10:
 
=== For Custom Installation ===
 
=== 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. read [[Configure your DHCP]] for more information.
+
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.  
 +
 
 +
add the following rules to your dhcp server:
 +
next-server 10.0.0.1;
 +
filename "gpxelinux.0";
 +
 
 +
rules 66, 67 in microsoft dhcp.
  
 
=== For Virtual Appliance ===
 
=== For Virtual Appliance ===

Revision as of 22:34, 12 December 2011

Use ERPXE DHCP

to Enable the Virtual Appliance's DHCP:

from ERPXE terminal:
chkconfig dhcpd on
service dhcpd start

Use Other DHCP

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.

add the following rules to your dhcp server: next-server 10.0.0.1; filename "gpxelinux.0";

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.