On Wed, 21 Sep 2005 00:13:26 -0500
Josh Trutwin <josh at trutwins.homeip.net> wrote:

> Maybe it's just too late...
> 
> I'm wondering if I can do something like this in /etc/dhcpd.conf on
> my DHCP server for a laptop which has a wireless care and an onboard
> ethernet adapter:
> 
> # josh's laptop
> host joplin {
>    hardware ethernet 00:30:ab:20:96:ff; # ma401 wireless card
>    hardware ethernet 00:c0:f0:3d:0a:8d; # onboard NIC
>    fixed-address 192.168.0.2;
> }

If that's not working (wouldn't surprise me either way), why not just
have two separate entries, different MAC, same IP?

I assume .88 is the start of your dynamic 'range', hence the 2nd card
getting the .88?  (just curious)

-Jay