[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [afnog]ISC-DHCP config




> 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>