How to run a packet trace from Unix / Linux
# ip addr
# tcpdump -I <network interface> -s 0 -w /tmp/packet.pcap
eg: # /opt/quest/bin/vastool -u host/ -d5 auth host/ 2>&1 | tee /tmp/auth.out
Two output files were generated for analysis. (/tmp/packet.pcap & /tmp/auth.out)
Note:
On some Unix systems 'snoop' may be used instead of 'tcpdump'.
# snoop -d <network interface> -o /tmp/packet.pcap
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center