DHCP-Server unter Linux

ut.VeNoM

Cadet 2nd Year
Registriert
Jan. 2008
Beiträge
31
Hi Leute,

ich hab mal ne Frage an euch ein Kumpel und ich haben auf der Arbeit einen Linux DHCP-Server unter SuSE 10.0 erstellt. Er funktioniert voll, doch rein interesse halber kann man sich irgendwo anschauen welche IPs er welchem PC zuteilt?
Wenn es geht ohne eine zusätzliche Software.

Danke im Voraus

MFG
 
Danke für die schnelle Antwort....
wir arbeiten grad die erste Woche mit Linux ka welcher genau das nun ist....
meinst du dhcp -d oder gibts da noch etwas genaueres das nur MAC und die dazugehörige IP anzeigt?


MFG Kai
 
gib mal "dhcpd" ein. dann kommt evtl. sowas:

Code:
Host ~ # dhcpd
Internet Systems Consortium DHCP Server V3.1.0-Gentoo
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 leases to leases file.
Listening on LPF/eth0/00:0e:0c:33:ba:fa/192.168.1/24
Sending on   LPF/eth0/00:0e:0c:33:ba:fa/192.168.1/24
Sending on   Socket/fallback/fallback-net
There's already a DHCP server running.

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.
Host ~ #

Bei Gentoo gibt's die Leases in der Datei "/var/lib/dhcp/dhcpd.leases".

Host ~ # cat /var/lib/dhcp/dhcpd.leases

müsste dir die anzeigen.

gruß
hostile
 
Also, zuerst nimmst du dir eben DHCPD (yum install dhcpd o.ä.) dann musst du dass noch konfigurieren, wobei ich mich da bei suse nicht so auskenne... gibt da ein tollen tutorial für gentoo (klick mich!) du musst mal googlen .. vllt. findest du sowas auch für SuSe... ;)
 
Zurück
Oben