Difference between revisions of "Change IP"

From ERPXE Wiki
 
Line 1: Line 1:
 
==DHCP Settings==
 
==DHCP Settings==
  
In order to change ERPXE IP Address you first need to adjust your DHCP server settings:
+
In order to adjust ERPXE to the local IP Address of your server you first need to adjust your DHCP server settings:
  
 +
Linux DHCPd:
 
  next-server NEWIPADDRESS;
 
  next-server NEWIPADDRESS;
  
  adjust rule 66 in microsoft dhcp to NEWIPADDRESS.
+
Microsoft DHCP Server:
 +
  adjust rule 66 to NEWIPADDRESS.
  
 
==Plugins Settings==
 
==Plugins Settings==

Latest revision as of 18:31, 12 April 2012

DHCP Settings

In order to adjust ERPXE to the local IP Address of your server you first need to adjust your DHCP server settings:

Linux DHCPd:

next-server NEWIPADDRESS;

Microsoft DHCP Server:

adjust rule 66 to NEWIPADDRESS.

Plugins Settings

Several plugins use HTTP/NFS/SMB protocols to mount the rest of the OS after the first KERNEL,INITRD stage.

In order to mount the files from a correct location you will need to edit the .menu file included with the plugin.

Just look for the string 10.0.0.1 within the .menu file and replace it with your IP address.