Change IP

From ERPXE Wiki
Revision as of 18:31, 12 April 2012 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.