[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [afnog]ISC-DHCP config
- To: Brian Candler <B.Candler at pobox.com>, afnog at afnog.org
- Subject: Re: [afnog]ISC-DHCP config
- From: "Antonio Godinho" <antonio at nambu.uem.mz>
- Date: Thu, 11 Sep 2003 19:20:17 +002 GMT
- Cc: afnog at afnog.org
- Content-transfer-encoding: 7BIT
- Content-type: text/plain; charset=US-ASCII
- 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>
- Organization: Universidade Eduardo Mondlane
- Priority: normal
- References: <1509916975 at nambu.uem.mz>;from antonio at nambu.uem.mz on Thu, Sep 11, 2003 at 10:43:42AM +0000
- Sender: afnog-bounces at afnog.org
So the fixed address statement should be part of the subnet
declaration? I will try that
Thanks.
> 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?
>
> Try something like this, taken from my home router config:
>
> subnet x.x.x.64 netmask 255.255.255.240 {
> option subnet-mask 255.255.255.240;
> option broadcast-address x.x.x.79;
> option routers x.x.x.65;
> use-host-decl-names on;
> host gumby {
> hardware ethernet 00:03:2f:xx:xx:xx;
> fixed-address x.x.x.67;
> }
> # more 'host' sections go here
> }
>
> Regards,
>
> Brian.
Antonio Godinho
B.Sc., MCP, MCP+Internet, MCSE, CCNA, CCNP
Address:Av. Julius Nyerere 947 3rd floor esq
Maputo - Mozambique
Phone : 258-82-300392
e-mail : ANTONIO at nambu.uem.mz
An expert is one who knows more and more
about less and less until he knows absolutely
everything about nothing.
__________________________________________________
This is the Africa Network Operators' Group(AfNOG)
technical discussion list.
The AfNOG website is: <http://www.afnog.org>