DHCP konfigurieren

drakwizard dhcp

Anmerkung

This tool is broken in Mageia 4 because of new naming scheme for the Net interfaces

Dieses Werkzeug[7] kann Sie dabei unterstützen, einen DHCP Server einzurichten. Es ist eine Komponente von drakwizard, welches Sie installiert haben sollten um Zugriff darauf zu haben.

Was ist DHCP?

The Dynamic Host Configuration Protocol (DHCP) is a standardized networking protocol used on IP networks that dynamically configures IP addresses and other information that is needed for Internet communication. (From Wikipedia)

Setting up a DHCP server with drakwizard dhcp

Willkommen beim DHCP-Server-Assistenten.

  1. Einleitung

    Die erste Seite ist nur eine Einleitung. Klicke auf Weiter.

  2. Selecting Adaptor

    Wähle das Netzwerkgerät, welches mit dem Subnetz verbunden ist und welches DHCP die IP Adresse zuordnet. Klicke danach auf Weiter.

  3. IP-Bereich auswählen

    Select the beginning and ending IP addresses of the range of IPs you want the server to offer, along with the IP of the gateway machine connecting to some place outside the local network, hopefully close to the Internet, then click Next.

  4. Übersicht

    Nehmen Sie sich eine Sekunde um die Optionen zu überprüfen. Klicke danach auf Weiter.

  5. Warte einen Moment...

    This can be fixed. Click Previous a few times and change things around.

  6. Stunden später...

Was wurde getan

  • Installation des Pakets dhcp-server falls nötig;

  • /etc/dhcpd.conf wird gespeichert in /etc/dhcpd.conf.orig;

  • Creating a new dhcpd.conf starting from /usr/share/wizards/dhcp_wizard/scripts/dhcpd.conf.default and adding the new parameters:

    • hname

    • dns

    • net

    • ip

    • mask

    • rng1

    • rng2

    • dname

    • gateway

    • tftpserverip

    • dhcpd_interface

  • Also modifying Webmin configuration file /etc/webmin/dhcpd/config

  • Neustarten von dhcpd.



[7] Sie können das Werkzeug über die Kommandozeile aufrufen, indem Sie drakwizard dhcp als root eingeben.


CC BY-SA 3.0
loading table of contents...