linux - How to redirect all internet traffic to local proxy in the same workstation -
i'm trying find way redirect internet traffic catch ip packets , work them.
for example, webbrowser try connect www.google.com generates http request, ip packet. want packet in machine , it.
is there way it?
(i'm working linux os)
thanks.
if want capture network traffic on own machine, try tcpdump
. dumps ip packets file (with -w
flag). see http://linux.die.net/man/8/tcpdump
Comments
Post a Comment