Zum Inhalt springen

Linux/Netzwerk/Konfiguration: Unterschied zwischen den Versionen

Aus Foxwiki
 
(17 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:


== Beschreibung ==
== Beschreibung ==
: Bezüglich einer aktuellen Anleitung für Debian zum Thema Netzwerk lesen Sie [https://www.debian.org/doc/manuals/debian-handbook/sect.network-config Debian Administratorhandbuch — Konfigurieren des Netzwerks]
; Möglichkeiten zur Konfiguration des Netzwerks


; Tipp
{| class="wikitable options big"
| 1 || [[/etc/network/interfaces]] || for basic or simple configurations (e.g. workstation)
|-
| 2 || [https://wiki.debian.org/NetworkManager NetworkManager] || Default for Desktops
|-
| 3 || [[Systemd/Networkd]] || [https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_the_modern_network_configuration_without_gui Debian reference Doc Chapter 5]
|}
 
Bezüglich einer aktuellen Anleitung für Debian zum Thema Netzwerk lesen Sie [https://www.debian.org/doc/manuals/debian-handbook/sect.network-config Debian Administratorhandbuch — Konfigurieren des Netzwerks]
 
; Hinweis
: Unter [https://de.wikipedia.org/wiki/Systemd systemd] kann [https://en.wikipedia.org/wiki/Systemd#networkd networkd] für die Netzwerkverwaltung genutzt werden
: Unter [https://de.wikipedia.org/wiki/Systemd systemd] kann [https://en.wikipedia.org/wiki/Systemd#networkd networkd] für die Netzwerkverwaltung genutzt werden
:* siehe <tt>[[systemd-networkd]](8)</tt>
:* siehe <tt>[[systemd-networkd]](8)</tt>
== 3 ways to configure the network ==
# The interfaces configuration file at /etc/network/interfaces (this page): for basic or simple configurations (e.g. workstation)
# [https://wiki.debian.org/NetworkManager NetworkManager]: This is the default for Laptop configuration
# Systemd: [https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_the_modern_network_configuration_without_gui Debian reference Doc Chapter 5]


<noinclude>
<noinclude>
Zeile 17: Zeile 22:
== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
* [[/etc/network/interfaces]]
==== Links ====
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
===== Weblinks =====
 
=== Links ===
==== Weblinks ====
# [https://wiki.debian.org/NetworkConfiguration https://wiki.debian.org/NetworkConfiguration]
# [https://wiki.debian.org/NetworkConfiguration https://wiki.debian.org/NetworkConfiguration]
# [https://www.debian.org/doc/manuals/debian-handbook/sect.network-config The Debian Administrator's Handbook - Configuring the Network].
# [https://en.wikipedia.org/wiki/Systemd systemd] kann [https://en.wikipedia.org/wiki/Systemd#networkd networkd] verwendet werden, um Netzwerke zu verwalten
# <tt>systemd-networkd</tt>(8)


[[Kategorie:Linux/Netzwerk/Konfiguration]]
[[Kategorie:Linux/Netzwerk/Konfiguration]]


</noinclude>
</noinclude>

Aktuelle Version vom 10. September 2025, 12:07 Uhr

Linux/Netzwerk/Konfiguration

Beschreibung

Möglichkeiten zur Konfiguration des Netzwerks
1 /etc/network/interfaces for basic or simple configurations (e.g. workstation)
2 NetworkManager Default for Desktops
3 Systemd/Networkd Debian reference Doc Chapter 5

Bezüglich einer aktuellen Anleitung für Debian zum Thema Netzwerk lesen Sie Debian Administratorhandbuch — Konfigurieren des Netzwerks

Hinweis
Unter systemd kann networkd für die Netzwerkverwaltung genutzt werden


Anhang

Siehe auch

Links

Weblinks

  1. https://wiki.debian.org/NetworkConfiguration
  2. The Debian Administrator's Handbook - Configuring the Network.
  3. systemd kann networkd verwendet werden, um Netzwerke zu verwalten
  4. systemd-networkd(8)