summaryrefslogtreecommitdiff
path: root/doc/note/tcpdump
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-01-25 17:10:36 +0100
committerAndreas Fankhauser hiddenalpha.ch2024-01-25 17:10:36 +0100
commit019e57b637506a2e546c9eff71d8641af7027afb (patch)
tree10896a80c88087db59f24e44a7281ca11564f327 /doc/note/tcpdump
parente068e9e4802fcd3adc453124846e1251830b0f74 (diff)
downloadUnspecifiedGarbage-019e57b637506a2e546c9eff71d8641af7027afb.zip
UnspecifiedGarbage-019e57b637506a2e546c9eff71d8641af7027afb.tar.gz
Update tcpdump from error hunting.
Diffstat (limited to 'doc/note/tcpdump')
-rw-r--r--doc/note/tcpdump/tcpdump.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/note/tcpdump/tcpdump.txt b/doc/note/tcpdump/tcpdump.txt
index b7bdd6d..71ffb02 100644
--- a/doc/note/tcpdump/tcpdump.txt
+++ b/doc/note/tcpdump/tcpdump.txt
@@ -69,7 +69,7 @@ Tips: "https://chrissanders.org/2018/06/large-captures4-filter-whittling/"
## Try dump kube-probes fully
- tcpdump -nni any -w /tmp/houston-${PAISA_ENV:?}-tcp-$(date -u +%Y%m%d-%H%M%SZ)-%s.pcap -C 8M -W 99 -G 600 "host 10.127.77.1 and port 7012"
+ timeout --foreground 900 tcpdump -nni any -w /tmp/houston-${PAISA_ENV:?}-tcp-$(date -u +%Y%m%d-%H%M%SZ)-%s.pcap -C 42M -W 42 -G 600 "host 10.127.73.1 and port 7012"
## Extract hosts file from DNS traffic