Tcpdump
To check packets on 10.202.107.11 exclude 10.202.107.10 and 10.202.107.12
tcpdump -n not '(host 10.202.107.10 or host 10.202.107.12)' and tcp port 6379 -i ens192
Last updated
Was this helpful?
To check packets on 10.202.107.11 exclude 10.202.107.10 and 10.202.107.12
tcpdump -n not '(host 10.202.107.10 or host 10.202.107.12)' and tcp port 6379 -i ens192
Last updated
Was this helpful?