Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 642 Bytes

tcpdump-cheatsheet.md

File metadata and controls

34 lines (31 loc) · 642 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
tcpdump-cheatsheet
network
public
2024-08-13 02:43:44 -0700
2024-08-13 02:43:44 -0700
false
20240813094344
false
false
tcpdump
network
packet
router
openwrt
trace
host
tcpdump Cheatsheet
tech-note

Running tcpdump on your router is fantastic, because you can see any traffic going to/from any device on your network.

# View packets on 10.19.90.71, excluding if they are to/from 10.19.90.32:
tcpdump -i any src host 10.19.90.71 and not host 10.19.90.32