PXE - set network settings without changing DHCP configuration

If you don't want to manually set static IPs for your pxe 'profile' in the dhcp configuration, then you will need to alter your pxelinux.cfg to have these parameters as shown in the example below:
ip=xxx.xxx.xxx.xxx
netmask=255.255.255.xxx
hostname=my-host-name
gateway=192.168.1.1
ksdevice=eth0
dns=8.8.8.8
Example file: This way your network are settings so that you can download your kickstart file from a network location.

No comments:

Post a Comment