1. tcpdump

wireshark

ngrep

tcpdump -i any host 192.168.0.148 -nnq
# -nn : rc13. -> ip로 변경, https -> 숫자로 변경
# -q : 간단하게 

2. mtr (my traceroute)

traceroute + ping

traceroute devops-network-test.realsn.com

3. ss (socket statistics)

netstat보다 ss권장

현재 연결되어 있는 모든 소켓(TCP/UDP/Unix)을 표시

ss -t 
# -t tcp

4. netstat

# 라우팅 테이블 확인
netstat -nr
ip route show

5. ip

# IP neighbor table (arp table) 확인
ip neigh show

6. arping

# mac address 확인
arping 192.168.0.144

공부해야할 명령어

ngrep
nsenter # namespace 진입