====== IPv4, IPv6, Subnetmaske, Präfix, Subnetting ====== ===== private IP Adressbereiche ===== - 10.0.0.0 bis 10.255.255.255 /8 - 172.16.0.0 bis 172.31.255.255 /12 - 192.168.0.0 bis 192.168.255.255 /16 - /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 * 1.1.1.1 DNS von https://cloudflare.com https://one.one.one.one https://1dot1dot1dot1.cloudflare-dns.com IPV6 2606:4700:4700::1111 * 1.0.0.1 cloudflare IPV6 2606:4700:4700::1001 * 8.8.8.8 und 8.8.4.4 2001:4860:4860::8888 https://dns.google * 4.4.4.4 ---- * 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) * Wenn der Ping an das Standard-Gateway erfolgreich ist, ist das Problem nicht lokal. *