1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
John-Paul Bader
2022-02-02 15:41:34 +01:00
committed by GitHub
parent ded4cca3f2
commit e1f767c213

View File

@ -133,7 +133,7 @@ vmstat -z | egrep "ITEM|tcpcb" # number of hash table buckets to handle
sysctl net.inet.tcp.hostcache.list # display current content of hostcache with its parameters per IP
ssh <host> sudo tcpdump \ # Send remote tcpdump output to local wireshark for live analysis
-i em0 -U \
-w - "not port 22" | /path/to/Wireshark -i - -k
-w - "not port 22" | wireshark -i - -k
```
# Firewall