> Anyone know of a way to get dhcpd to recognise multiple macs as being
> valid for a host, so that if you, say, switch between wireless and
> ethernet PCMCIA cards you still get the same address?
>> I tried:
>> host foo {
> hardware ethernet <mac1>;
> hardware ethernet <mac2>;
> }
>> but that doesnt work, it only associates mac2 with host foo.
I do that here so that my laptop's built-in NIC and the docking
station NIC get the same IP address:
host arafel {
hardware ethernet 00:06:5b:eb:a2:06;
fixed-address arafel;
}
host arafel-undocked {
hardware ethernet 00:08:74:04:12:01;
fixed-address arafel;
}
Later,
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!