Basic Networking Commends
List of Basic Networking Commands
command/?
ipconfig
hostname
getmac
net view
nslookup
ping
tracert/traceroute (Linux)
pathping
netstat
arp -a
command/?
Show help of any command
ipconfig
IP Address Configuration
Other Options
ipconfig/all
hostname
The hostname of the system
getmac
Media Access Control (MAC) Address of the device
net view
Other connected devices of the network
nslookup
Domain name server and IP address lookup nslookup www.google.com
ping
Test connectivity to another system
tracert/traceroute (Linux)
Trace the route from source to destination
pathping
Combination of ping and tracert
netstat
network connections of the device
arp -a
Displays the address resolution protocol (arp) table (mapping of physical (mac) address and logical (ip) address)
Last updated