[ale] Setting up DHCPD under RH 7.3
Stuffed Crust
pizza at shaftnet.org
Wed Aug 7 18:27:03 EDT 2002
On Wed, Aug 07, 2002 at 06:23:47PM -0400, Thompson Freeman wrote:
> subnet 192.168.0.0 netmask 255.255.255.0 {
> }
> group {
> }
> host intel2 {
> fixed-address 192.168.0.2;
> hardware ethernet 55:55:55:55:55:55;
> }
You need to specify config settings for the subnet, like for example,
the router IP, and the allowed IP range.
For example, here's part of what I have running in my apartment:
option domain-name "fl.shaftnet.org";
option tcp-keepalive-interval 480;
allow bootp;
server-name "pizzahut.shaftnet.org";
use-host-decl-names on;
subnet 65.0.0.0 netmask 255.0.0.0 {
}
subnet 192.168.1.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.1.40 192.168.1.240;
option routers 192.168.1.1;
option domain-name-servers 192.168.1.1;
option netbios-name-servers 192.168.1.1;
}
subnet 192.168.2.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.2.40 192.168.2.240;
option routers 192.168.2.1;
option domain-name-servers 192.168.1.1;
option netbios-name-servers 192.168.1.1;
}
- Pizza
--
Solomon Peachy pizza at f*cktheusers.org
I'm not broke, but I'm badly bent. ICQ #1318344
Patience comes to those who wait. Melbourne, FL
Quidquid latine dictum sit, altum viditur
PGP signature
More information about the Ale
mailing list