Re: Anaconda static network setup in RHEL6
Radek Vykydal <[email protected]>
| Newsgroups | gmane.linux.redhat.anaconda.devel |
|---|---|
| Message-ID | <[email protected]> |
On 09/02/2015 11:00 AM, Lukas Zapletal wrote: > Radek Vykydal <rvykydal <at> redhat.com> writes: >> Hm, this one should work on RHEL6. >> >> Is there any network configuration in your kickstart? >> Can you post /tmp/anaconda.log and /tmp/syslog from installer environment? > Okay, RHEL6 works fine, I had a typo there. I am currently facing an issue > with RHEL7. This is the command line: > > --append=ks=http://xyz inst.ks.sendmac > ip=192.168.100.68::192.168.100.1:255.255.255.0::primary:none > nameserver=192.168.100.1 ksdevice=bootif BOOTIF=00-52-54-00-11-86-41 > > It ends up in Dracut trying to do DHCP, which fails on my network. I want > static configuration. Removing primary from the ip= option and ksdevice=bootif should work.