[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [afnog]ISC-DHCP config
- To: Antonio Godinho <antonio at nambu.uem.mz>
- Subject: Re: [afnog]ISC-DHCP config
- From: "Kenneth Kabagambe" <kenneth at cfi.co.ug>
- Date: Thu, 11 Sep 2003 13:14:54 -0500
- Cc: afnog at afnog.org
- Content-Type: text/plain;charset=iso-8859-1
- Delivered-To: afnog-archive at lists.eahd.or.ug
- Delivered-To: afnog at afnog.org
- In-Reply-To: <20030911140506.A6802 at linnet.org>
- List-Archive: <http://listserv4.cfi.co.ug/pipermail/afnog>
- List-Help: <mailto:afnog-request at afnog.org?subject=help>
- List-Id: The AfNOG general discussion list <afnog.afnog.org>
- List-Post: <mailto:afnog at afnog.org>
- List-Subscribe: <http://listserv4.cfi.co.ug/mailman/listinfo/afnog>,<mailto:afnog-request at afnog.org?subject=subscribe>
- List-Unsubscribe: <http://listserv4.cfi.co.ug/mailman/listinfo/afnog>,<mailto:afnog-request at afnog.org?subject=unsubscribe>
- References: <1509916975 at nambu.uem.mz> <20030911140506.A6802 at linnet.org>
- Sender: afnog-bounces at afnog.org
> On Thu, Sep 11, 2003 at 10:43:42AM +0000, Antonio Godinho wrote:
> > Does anyone know what has to be configured into the dhcp.conf
> > file of ISC-DHCP in FreeBSD in order to assign addresses to
> > DHCP clients depending on their MAC-addresses?
>
host declarations should work.
I could use
host1 {
hardware ethernet 00:30:XX:XX:XX:XX;
fixed-address x.x.x.x;
}
host2 {
hardware ethernet 00:30:YY:YY:YY:YY;
fixed-address y.y.y.y;
}
where host1 and host2 are your hosts. and x.x.x.x and y.y.y.y are your ip
addresses. The host declaration would probably be put inside the declaration
for the subnet .
kenneth
__________________________________________________
This is the Africa Network Operators' Group(AfNOG)
technical discussion list.
The AfNOG website is: <http://www.afnog.org>