Can I specify more than 1 dst
ip address for tcpdump
?
If not, how shall I filter the information nicely if I only want the traffic for two specific destinations?
Thank you very much!
Yes, you could have a filter with multiple "dst host XXX.XXX.XXX.XXX" clauses connected by "or", such as "dst host 192.9.200.1 or dst host 192.9.200.2".