Hi All,
I have LAN of 12 machines, all are running redhat linux with private IP adresses in 192.168.1. series. This Lan is connected to public Internet through router which have a static public IP.
Now, I want to monitor all the traffic from one particular machine in LAN to one particular website. But I want to monitor the traffic using my system only but the traffic that originates from one particular machine(192.168.1.10) to
www.google.com
Assume that my machine IP address is 192.168.1.5.
How can I make use of "tcpdump" utility for this purpose.
Can any one give the exact syntax of the "tcpdump" command for the above purpose.( I gave all the ip addresses and website name).
Thanks in advance.
Daniel