[H-GEN] static IP on LAN debian sarge
Harry Phillips
harry at tux.com.au
Wed Feb 23 03:19:17 EST 2005
On Wed, 2005-02-23 at 15:11 +1000, Mick wrote:
>
> I really can't think of where to go next the settings work on all the other
> boxen
>
Another option is to add the following section to your dhcpd.conf:
# DHCP provided static addresses
host debi {
# The MAC address of the host
hardware ethernet xx:xx:xx:xx:xx:xx;
# The static IP for the host
fixed-address 192.168.1.103;
}
--
Regards,
Harry
More information about the General
mailing list