[Satellite 6.x] - Kickstart is not created with the static IP as expected. It always uses the DHCP option.
Issue
- Satellite is not rendering correctly the kickstart file when a static IP is configured. It takes the DHCP option instead.
network --bootproto 'dhcp' --hostname test4.rdu.redhat.com
Instead:
network --bootproto static --ip=10.13.212.11 --netmask=255.255.252.0 --gateway=10.13.212.2 --nameserver=10.13.212.1 --hostname test4.rdu.redhat.com
Environment
- Red Hat Satellite 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.