Revision [3740]

This is an old revision of WinsowsNetzwerk made by ToBo on 2008-06-28 21:56:10.

 

Windows - Netzwerk



Liste aller Netzwerk-Verbindungen
netstat -ano


Netzwerkkonfiguration Anzeigen:
ipconfig /all


DHCP-Request
ipconfig /renew


Gibt die IP-Adresse für den angegebenen Adapter frei
ipconfig /release


Local DNS cache
ipconfig -displaydns


Pathping und Tracert
tracert 84.146.236.201 -w 100
pathping www.ping.de


Net-Befehl
net config workstation
net statistics workstation


Bei Bedarf das Netzwerk deaktivieren und wieder aktivieren
net stop
net start


Wenn es mal wieder heißt: "Multiple connection to a server or shared resources by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resources and try again." Dann machen wir dass auch mit
net use \\<server>\ipc$ /delete


Login
net use \\<server>\ipc$ <passwort> /user:<username>
net use \\<server>\ipc$ /user:<username>


Routingtabelle modifizieren
route ADD 192.168.1.0 MASK 255.255.255.0 10.1.70.8
route DELETE 192.168.0.1 MASK 255.255.255.240
route add default 192.168.1.109 1


DFÜ-Verbindung starten
rasdial [Verbindungsname]
rasdial [Verbindungsname] /DISCONNECT




Siehe auch
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki