Is it possible to show all outgoing traffic in the gateway?

i have installed the latest whonix version. all works fine.
How can i show all outgoing traffic in the gateway?

Use a network packet analyzer like wireshark or tcpdump.

2 Likes

Wireshark works well. Just be aware: It calls many dependencies.
you will need to add your user, “user” to the wireshark group to use it as non root.
sudo usermod -aG wireshark user
then restart and choose your interfaces. it will see both internal and external. Hold down Control when selecting interfaces to choose more than one. If you install it on the host, you only see connections to the host interface and the Tor address of the Gateway, no internal traffic

2 Likes

thank you. works good.

2 Likes