Howto configure multiple MAC address with one ip-address (not at the same time) ???

Laurent CARON lcaron at lncsa.com
Thu Jun 21 09:04:42 UTC 2007


Andrew Dibbins wrote:
> Hello,
> 
> I'm trying to configure my dhcpd server to issue my
> laptop with the same ipaddress, irrespective of
> whether I connect via wired or wireless connection,
> hence different MAC addresses (clearly not at the same
> time).
> 
> Using the the fixed address section in the dhcpd.conf
> like this:
> 
> host laptop {
>    hardware ethernet 00:14:85:2D:E0:2F;
>    fixed-address 192.168.1.19;
> }
> 
> and
> 
> host laptop {
>    hardware ethernet 00:11:25:D6:EE:91;
>    fixed-address 192.168.1.19;
> }
> 

Hi,

Having host laptop-wire { .....

and

laptop-wireless { .....

will do the job

Laurent


More information about the dhcp-users mailing list