DHCP reserve IPs

Edward edward at tripled.iinet.net.au
Fri Apr 30 01:00:31 UTC 2004



Matthew Saltzman wrote:
>       host hostname
>       {
>       fixed-address xxx.xxx.xxx.xxx;
>       hardware ethernet xx:xx:xx:xx:xx:xx;
>       hardware ethernet yy:yy:yy:yy:yy:yy;
>       }
> 
> and I thought it used to work, but now only yy:yy:yy:yy:yy:yy is assigned
> the fixed address.  Instead, xx:xx:xx:xx:xx:xx gets a pool address.
> Should this work, and if not, is there a way to accomplish what I want?
> 
> Thanks.
> 

Interesting question.

Have you tried 2 sections instead of 1 section with two mac addresses?

e.g.

        host hostname
        {
        fixed-address xxx.xxx.xxx.xxx;
        hardware ethernet xx:xx:xx:xx:xx:xx;
        }

        host hostname
        {
        fixed-address xxx.xxx.xxx.xxx;
        hardware ethernet yy:yy:yy:yy:yy:yy;
        }

I have no idea whether this will work really, just a thought to try.

Regards,
Ed.






More information about the fedora-list mailing list