#!/bin/sh # Monitoring script. Run on destination or source. # Run this script on @@S or @@D as root, saying: # ./monitor.sh [] exec tcpdump -lnvvps@@M "$@" \ src host @@S and dst host @@D