Difference between revisions of "DHCP Configuration"

From ERPXE Wiki
Line 3: Line 3:
 
* to Enable the Virtual Appliance's DHCP:
 
* to Enable the Virtual Appliance's DHCP:
  
from ERPXE terminal:
+
from ERPXE terminal:
 
  chkconfig dhcpd on
 
  chkconfig dhcpd on
 
  service dhcpd start
 
  service dhcpd start

Revision as of 22:33, 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. read Configure your DHCP for more information.

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.