Benutzer-Werkzeuge

Webseiten-Werkzeuge


playground:indisoft:netzwerkgrundlagen

Dies ist eine alte Version des Dokuments!


IPv4, IPv6, Subnetmaske, Präfix, Subnetting

private IP Adressbereiche

  1. 10.0.0.0 bis 10.255.255.255 /8
  2. 172.16.0.0 bis 172.31.255.255 /12
  3. 192.168.0.0 bis 192.168.255.255 /16
    1. /30 größte sinnvollle Subnetzmaske

128 64 32 16 8 4 2 1 = 255

0 0 0 0 1 1 0 0 = 10 0 0 0 1 0 0 0 0 = 16 0 0 0 1 1 1 1 1 = 16+15 = 31 1 1 0 0 0 0 0 0 = 128+64 = 192 1 0 1 0 1 0 0 0 = 128+32+8 = 168 1 0 1 0 1 1 0 0 = 128+32+8+4 = 172

IPV4 2^32 ⇒ 4294967296 Adressen -2 pro Subsetz seit 1998 Einführung IPV6 2^128 ⇒ 340 Sextrillionen Adressen 1500 IPs/qm² wie in Qubick?

DNS settings can be specified on Linux in /etc/resolv.conf


  • ipconfig - Displays IP configuration information.
  • ping - Tests connections to other IP hosts.
  • netstat - Displays network connections.
  • tracert - Displays the route taken to the destination.
  • nslookup - Directly queries the name server for information on a destination domain.
  • ipconfig – Zeigt IP-Konfigurationsinformationen an.
  • ifconfig - ohne Standard Gateway Konfigurationsinformationen unter Linux
  • ping – Testet Verbindungen zu anderen IP-Hosts.
  • netstat – Zeigt Netzwerkverbindungen an.
  • tracert – wunter Windows Zeigt die Route zum Ziel an.
  • traceroute wiki.itbs.selfhost.co für Linux
  • nslookup – Fragt den Nameserver direkt nach Informationen zu einer Zieldomäne ab.
  • route -n - zum ermitteln des lokalen Standard Gateway unter Linux
  • cat /etc/resolv.conf zuständige DNS ermitteln (ping _localdnsstub)
/volume1/web/dokuwiki/data/attic/playground/indisoft/netzwerkgrundlagen.1743799924.txt.gz · Zuletzt geändert: 2025/04/04 22:52 von 47.128.122.48