Traffic monitoring over SSH
Linux
1
ssh ubnt@egderouter_ip 'sudo tcpdump -f -i eth0 -w -' | wireshark -k -i -
1
ssh ubnt@egderouter_ip 'sudo tcpdump -f -i eth0 -w - not port 22' | wireshark -k -i -
Windows
1
ssh ubnt@egderouter_ip "sudo tcpdump -f -i eth0 -w -" | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -