|
From: Moray M. <mmc...@ox...> - 2008-07-25 09:21:44
|
On devil-linux (and most linux systems) this is done through
/etc/dhcpd.conf - do man dhcpd.conf at the command line or actually more
easily googling
dhcpd.conf "static IP" MAC address
But I think you will find an example line in /etc/dhcpd.conf already -
look for a clause beginning
host x {
hardware ethernet ...
}
in your case it will be something like
host a {
hardware ethernet 00:0D:71:05:CE:46
fixed-address 192.168.2.10
}
Yours,
Moray
--------------------------------------
Moray McConnachie
Head of Information Services
Oxford Analytica
+44 1865 261 600 http://www.oxan.com <http://www.oxan.com/>
________________________________
From: dev...@li...
[mailto:dev...@li...] On Behalf Of
Eddy & Lieve
Sent: 25 July 2008 09:43
To: dev...@li...
Subject: [Devil-Linux-discuss] Fixed IP to one internal network
pc
Hi again,
While migrating from FloppyFW to Devil-Linux, following question
comes to mind:
Is it possible to configure static IP mapping for the DHCP
server ?
DHCP range is 192.168.2.30 - 192.168.2.50
I would like one PC to have 192.168.2.10
(I would like to send syslogging to this PC, but when it gets a
different IP...)
On FloppyFW this was done with a file called ethers, looking
like this:
00:0D:71:05:CE:46 192.168.2.10
Many thanks,
Eddy
|