This time Lyvim Xaphir <[EMAIL PROTECTED]> 
becomes daring and writes:

> I recently started attempting to gain some control over Dhcp.  The
> leases file at /var/lib/dhcp/dhcpd.leases seems to be key in controlling
> what mac addresses are assigned what IP's.

  Uhm...not really. The key is /etc/dhcpd.conf and you need something
  like this:

        host crysalis {
          next-server crysalis.the-vox.com;
          hardware ethernet 00:90:27:71:77:3C;
          fixed-address 192.168.1.1;
        }

  That gives crysalis (my box) 192.168.1.1 as its IP every time.

  Vox

-- 
Think of the Linux community as a niche economy isolated by its beliefs.  Kind
of like the Amish, except that our religion requires us to use _higher_
technology than everyone else.       -- Donald B. Marti Jr.

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM d- s:+ a C++++ U++++ P++ L+++ E+ W++ N++ o+ K- w--- 
O- M- V- PS+ PE Y PGP t 5++ X-- R tv+ b+++ DI++ D--- 
G e++ h+ r++ y** 
------END GEEK CODE BLOCK------

Attachment: msg59356/pgp00000.pgp
Description: PGP signature

Reply via email to