Networking Command
Networking Command - Frequently Used
- Designed to quick load from external knowledge/concept
Index
- ARP (Address Resolution Protocol)
- Ipconfig
- Net
- Ping
- Tracert
- Netstat
- Nslookup
- Route
- Hostname
- Nbtstat
Details
ARP (Address Resolution Protocol)
- Design Function - Displays and modifies the IP-to-Physical address translation tables used by address resolution protocol (ARP).
- Usage of Windows
ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]
- Parameters of Windows - type
arp /?
- Example
C:\Users\HK>arp -a 192.168.1.1
Interface: 192.168.1.101 --- 0xd
Internet Address Physical Address Type
192.168.1.1 38-83-45-51-96-2c dynamic
Ipconfig
- Design Function - Windows IP Configuration
Net
- Design Function - Very powerful tool, you can share, create account.
- Usage -
NET
ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START|
STATISTICS | STOP | TIME | USE | USER | VIEW ]
- Example
net statistics
net statistics server
Ping
- Design Function - Checking connection between two computer by send data package.
Tracert
Netstat
- Design Function - Displays protocol statistics and current TCP/IP network connections.
- Usage -
NETSTAT [-a] [-b] [-e] [-f] [-n] [-o] [-p proto] [-r] [-s] [-t] [interval]
Nslookup
- Design Function -
- Usage -
- waiting...
Route
- Design Function - Manipulates network routing tables.
- Usage -
- waiting...
Hostname
- Design Function - Prints the name of the current host.
- Usage -
- waiting...
Nbtstat
- Design Function - Displays protocol statistics and current TCP/IP connections using NBT (NetBIOS over TCP/IP).
- Usage -
- waiting...