Network command line tools Flashcards
This is a command that you will use most of you network troubleshooting.
ipconfig.
it shows: IP address, default gateway.
this command is what you use to show all of your information; also the most useful network troubleshooting command tool
ipconfig /all
This command is to test reachability, it determines the round trip it takes to reach you.
ping
This command determines the route a packet takes to a destination. it also maps the entire path
tracert for windows
traceroute for linux and Mac
this command shows network statistics and all active connections
netstat -a
this command shows binaries (windows)
netstat -b
this is a command that you use so it doesn’t resolve the names.
netstat -n
example of use: netstat -a -n
this command helps you look for information from DNS servers. canonical names, ip addresses, cache times, etc.
nslookup
it can be used in reverse too.
with this command you need to be in administrative mode. and it allows you to use windows network command and view network resources.
net
examples:
net view
net view /workgroup:
This command maps a network share to a drive letter
net use {name of drive}: \\
this is a command that is used to view user information and to reset passwords
net user
net user * /domain