Re: [SLUG] home network

From: Kai Lien (kai@lenseco.com)
Date: Mon Feb 04 2002 - 11:21:59 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here is a simple /etc/dhcpd.conf file:

subnet 192.168.1.0 netmask 255.255.255.0 {
        max-lease-time 86400;
        default-lease-time 86400;
        range 192.168.1.150 192.168.1.254;
        option domain-name "home.lan";
        option subnet-mask 255.255.255.0;
        option routers 192.168.1.1;
        option domain-name-servers 65.32.2.130, 65.32.1.70;
}

This should get you going. Make sure to change the IP address, etc
accordingly.

To learn more about DHCP:

http://www.linuxdoc.org/HOWTO/mini/DHCP/index.html

Kai

On Mon, 4 Feb 2002, Mikes work account wrote:

>
> I am finally getting my home network setup and now I have to configure the
> server as a DHCP server. I have a RedHat workstation and a '98 box attached
> to the 'work. I have Earthlink DSL on the 98 box and will make that
> available to the rest of the network.
>
> I waas reading on DHCP and found it confusing. Does anyone have any
> suggestions or sample configuration files for something like I want to do?
>
> Unfortuantely here at work the NT is the DHCP server, or I would have this
> under my belt already!!
>
> Michael C. Rock
>

- --

Kai Lien

DSA key ID 39BD44C0

Lense Consulting Company
www.lenseco.com

Fortune Cookie of the Day:

It's very inconvenient to be mortal -- you never know when everything may
suddenly stop happening.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8XrUqztiWgzm9RMARAofKAJ9kY5vupPyg+wVfgIz1oLzV9PfEegCeIvK8
RBlxM84qzG7abmzB1ZQCi0Q=
=Nj6D
-----END PGP SIGNATURE-----



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:35:06 EDT