Hi,
small(?) problem here:
We have several servers which have aliased interfaces (e.g. gigabit: one alias points to the net the backupserver is in, the other one "connects" to the filer the machine needs for work).
So I'd like to generate this setup with kickstart (yes, I *could* do that with cfengine or other tools, but want to have the general config in kickstart).
Alas:
network --bootproto=static --device=eth1:0 --ip=10.65.193.166 --netmask=255.255.255.0
isn't really taken well by anaconda, it barfs up some python-backtrace and stops the installation (it would be neat, if this would be handled friendlier, as in "would you like to continue even though I don't know what you mean").
Any solution for that?
Ralph
Ralph Angenendt wrote:
Hi,
network --bootproto=static --device=eth1:0 --ip=10.65.193.166 --netmask=255.255.255.0
create your ifcfg-eth1:0 file in the post