DHCP

Florian Lohoff flo at rfc822.org
Sat Feb 12 09:13:48 CET 2000


On Tue, Feb 08, 2000 at 10:11:24AM +0100, Frank Baurichter wrote:
> Hallo,
> 
> wer hat schon mal einen DHCP-Server aufgesetzt.

Ja

> Vorhandenes: SuSE 6.2

Schlecht

> Ansonsten keine Ahnung meinerseits.

Schlecht :)

> Mit YAST habe ich das Paket installiert. Dann fangen die Probleme an,
> wie Starte ich den Deamon, wie stoppe ich ihn wieder und wie muß ich ihn
> konfigurieren.

Suse spezifisch - Wahrscheinlich ueber /sbin/init.d/xxxxdhcp start/stop ...

Guck in dem dir mal rum ... Config ist normalerweise /etc/dhcpd.conf

--------------
server-identifier dataland.rfc822.org;

subnet 195.71.97.224 netmask 255.255.255.240 {
        option subnet-mask 255.255.255.240;
        default-lease-time 600;
        max-lease-time 7200;
        option routers 195.71.97.225;
        option domain-name "rfc822.org";
        option domain-name-servers 193.189.224.2;
        option domain-name-servers 193.189.224.4;

        host paradigm {
                hardware ethernet 00:10:a4:f8:cd:dd;
                fixed-address 195.71.97.227;
        }
}
--------------

Der rest kommt aus der dhcpd.conf man page 

Flo
-- 
Florian Lohoff		flo at rfc822.org		      	+49-5241-470566
"Technology is a constant battle between manufacturers producing bigger and
more idiot-proof systems and nature producing bigger and better idiots."




More information about the Linux mailing list