Difference between revisions of "Change IP"

From ERPXE Wiki
(Created page with "Change ERPXE IP Address")
 
Line 1: Line 1:
Change ERPXE IP Address
+
==DHCP Settings==
 +
 
 +
In order to change ERPXE IP Address you first need to adjust your DHCP server settings:
 +
 
 +
next-server NEWIPADDRESS;
 +
 
 +
adjust rule 66 in microsoft dhcp 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.

Revision as of 18:26, 12 April 2012

DHCP Settings

In order to change ERPXE IP Address you first need to adjust your DHCP server settings:

next-server NEWIPADDRESS;
adjust rule 66 in microsoft dhcp 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.