I am connected to an ssh vpn on my mac, but I want to make sure all of my web traffic is running though it. How can I do that? Web traffic here can mean anything from http/s/ to udp tcp, to anything that goes from my computer to another, not in my house. Any ideas?
feedback
|
|
Firstly, 'web traffic' is only http and https. You mean 'internet traffic' - the web and the internet are two entirely different things. And the tool you are looking for is
or
and watch the machines the traffic is going through. Oh, and what is a 'ssh vpn'? SSH doesn't do VPNs - it does port forwarding. | |||
|
feedback
|
|
For HTTP, you can go to whatismyip.com to test what IP the connection is coming from. Then I guess that is you are using a SOCKS proxy (option Now to verify... maybe try with some different client (IRC or so) on server that says what are your incoming IP? | |||
|
feedback
|
|
If you want to actually view your packets you should use Wireshark to listen on whichever interface you're using. | |||||||||||
feedback
|
|
use tcpdump, it comes with the OS. That should be enough to see where stuff is going. wireshark is nice, but an extra install. | ||||
|
feedback
|
