shorthand for "hardware" spec with multiple IP aliases for a single interface?

Steven Carr sjcarr at gmail.com
Thu Aug 14 14:53:37 UTC 2014


On 14 August 2014 15:45,  <terrygalant.lists at fastest.cc> wrote:
> I'm setting up my DHCPD server to assign multiple IP aliases to a single host.
> Is a 'shorthand' possible for the repeated, single 'hardware' specification?

No need for group, just have a host with multiple fixed-addresses
defined, it will use the one that corresponds to the network it's
currently on...

host example0 { hardware ethernet aa:bb:cc:dd:ee:ff; fixed-address
10.10.11.26, 10.155.1.26; }

Steve


More information about the dhcp-users mailing list