Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 13:46:51 -0600 (CST)
From:      Nick Rogness <nick@rogness.net>
To:        Don Seeger <dseeger@mail.nwktc.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: dhcpd
Message-ID:  <Pine.BSF.4.21.0111301345480.33475-100000@cody.jharris.com>
In-Reply-To: <000801c179d4$b06c4dc0$7100640a@et2>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Nov 2001, Don Seeger wrote:

> Wondering if dhcp server will support reserved addresses - if so could
> you send a sample on how it should be entered in the conf file

# Example for Static DHCP host "thunder"
host thunder {
       hardware ethernet 00:20:af:3c:ce:e5;
       fixed-address 10.0.0.10;
       option subnet-mask 255.255.255.0;
       option domain-name-servers 192.168.21.2;
       option domain-name "domain.com";
       option routers 10.0.0.1;
       option broadcast-address 10.0.0.255;
}

Nick Rogness <nick@rogness.net>
 - Keep on Routing in a Free World...
  "FreeBSD: The Power to Serve!"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0111301345480.33475-100000>