After upgrating from Redhat 7 to Redhat 9 I've run into a problem.
I can't use my old .conf syntax anymore

The problem is that I need to be able to assign the same fixed IP and hostname to two different NIC's.
The reason being that some ppl on the LAN want to be able to unplug their desktop PC and use their labtop instead.
I used to do it like this (might just be a hack but it worked

)
host first {
hardware ethernet 00:00:00:00:00:00;
fixed-address xxx.xxx.xxx.xxx;}
host first {
hardware ethernet 00:00:00:00:00:00;
fixed-address xxx.xxx.xxx.xxx;}
host second {
hardware ethernet 00:00:00:00:00:00;
fixed-address yyy.yyy.yyy.yyy;}
However that triggers an error now and putting the two macs in the same block doesn't seem to work either. Though it doesn't produce an error when starting the service it will not lease the IP's.
I haven't been able to find anything on the net that explains how to do it. It's one fixed IP to one mac everywhere.
So does anyone here know??
