Difference between revisions of "DHCP Configuration"

From ERPXE Wiki
(Undo revision 1484 by Admin (talk))
Line 12: Line 12:
 
=== 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 sumbit the IP of gpxelinux.0
+
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 more information read {DHCP Configuration}
 
for more information read {DHCP Configuration}

Revision as of 00:18, 5 February 2012

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.

add the following rules to your dhcp server:
next-server 10.0.0.1;
filename "gpxelinux.0";
rules 66, 67 in microsoft dhcp.

for more information read {DHCP Configuration}

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.