ip addr add <IP>/<mask> dev <interface> iptables L</interface></mask></IP>
Assign IP to interface.
iptables -L
View firewall rules.
route add -net <network> gw <gateway></gateway></network>
Add static route.
tcdump -i <interface></interface>
Capture and analyze packets.
nmap <IP/range>
Scan network hosts and ports.
ethtool -S <interface></interface>
Show interface statistics.
curl -I <url></url>
Check HTTP headers, server response.