ipconfig


Windows Forum

Fragen zum Thema Dateisysteme, Software und Windows allgemein, die hier nicht beantwortet wurden, können auch im Forum gestellt werden.


ipconfig [/ Optionen]

Zeigt Informationen zu den Netzwerkadaptern

C:\Dokumente und Einstellungen\Benutzername>ipconfig

Windows-IP-Konfiguration


Ethernetadapter LAN-Verbindung:

        Verbindungsspezifisches DNS-Suffix: domain.local
        IP-Adresse. . . . . . . . . . . . : 192.168.0.123
        Subnetzmaske. . . . . . . . . . . : 255.255.255.0
        Standardgateway . . . . . . . . . : 192.168.0.1

Optionen

  • ipconfig / all

    Zeigt detailierte Informationen an:

    C:\Dokumente und Einstellungen\Benutzername>ipconfig /all
    
    Windows-IP-Konfiguration
    
            Hostname. . . . . . . . . . . . . : PC123
            Primäres DNS-Suffix . . . . . . . : domain.local
            Knotentyp . . . . . . . . . . . . : Hybrid
            IP-Routing aktiviert. . . . . . . : Nein
            WINS-Proxy aktiviert. . . . . . . : Nein
            DNS-Suffixsuchliste . . . . . . . : domain.local
                                                domain2.local
                                                domain3.local
    
    Ethernetadapter LAN-Verbindung:
    
            Verbindungsspezifisches DNS-Suffix: domain.local
            Beschreibung. . . . . . . . . . . : SiS 900-Based PCI Fast Ethernet Adapter
            Physikalische Adresse . . . . . . : 01-23-45-67-89-AB
            DHCP aktiviert. . . . . . . . . . : Ja
            Autokonfiguration aktiviert . . . : Ja
            IP-Adresse. . . . . . . . . . . . : 192.168.0.123
            Subnetzmaske. . . . . . . . . . . : 255.255.255.0
            Standardgateway . . . . . . . . . : 192.168.0.1
            DHCP-Server . . . . . . . . . . . : 192.168.0.2
            DNS-Server. . . . . . . . . . . . : 192.168.0.3
                                                192.168.0.4
            Primärer WINS-Server. . . . . . . : 192.168.0.5
            Sekundärer WINS-Server. . . . . . : 192.168.0.6
            Lease erhalten. . . . . . . . . . : Mittwoch, 28. Februar 2007 03:08:08
            Lease läuft ab. . . . . . . . . . : Donnerstag, 28. Februar 2008 03:08:08
    
    
  • ipconfig / renew

    Erneuert die IP-Adresse für alle Netzwerkadapter (sofern DHCP aktiviert ist)

  • ipconfig / renew LAN*

    Erneuert IP-Adresse für alle Verbindungen, die mit »LAN« anfangen — also I.d.R. alle, sofern sie, wie von Windows typisch durchbenannt, belassen wurden.

  • ipconfig / release *Verb*

    Gibt alle Verbindungen, mit »Verb« im Namen frei

    Sinnvollerweise sollte(n) sie dann mit / renew erneuert werden. Beim nächsten Boot geschieht dies automatisch.