Re: DHCP reserve IPs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





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.




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux