All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:36, 21 January 2025 Kenneth talk contribs created page Tcpdump (Created page with "== tcpdump == tcpdump -i <network_interface> -s 0 -w <file> Capture packets to host <ref>https://stackoverflow.com/questions/19960784/tcpdump-capture-packets-to-target-host</ref> tcpdump -i any -s 0 -w <file> host 10.1.1.1 tcpdump -i <network_interface> -s 0 -w <file> host 10.1.1.1 Capture packets and specify both IP and port <ref>https://serverfault.com/questions/1025292/how-to-specify-both-ip-address-and-port-in-tcpdump</ref> tcpdump -i enp1s9 dst 192.168.6.1 a...")