about dhcp configuration

Tim ignored_mailbox at yahoo.com.au
Mon Feb 26 13:20:02 UTC 2007


On Mon, 2007-02-26 at 15:02 +0300, ismail bushra wrote:
> If I want to add more than one hardware ethernet and fixed IP can i ?
> and how many ?

You'd just repeat the same sorts of things as in that stanza for other
PCs.  You could configure three different PC, thus:

host flakey {
    hardware ethernet 00:00:21:25:92:fb;
    fixed-address 192.168.1.180;
}

host webserver {
    hardware ethernet 00:00:20:15:34:a7;
    fixed-address 192.168.1.125;
}

host gamesbox {
    hardware ethernet 00:00:37:9e:35:b4;
    fixed-address 192.168.1.17;
}

-- 
(This PC runs FC4, my others FC5 & FC6, in case that's important
 to the thread)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.




More information about the users mailing list