Ethereal-users: RE: [Ethereal-users] how to sniff a remote moachine

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "McNutt, Justin M." <McNuttJ@xxxxxxxxxxxx>
Date: Tue, 29 May 2001 17:41:46 -0500
We actually do this all the time.
 
Assume an X server running locally, and the current prompt/window has
permission to open X apps:
 
ssh root@xxxxxxxxxx <mailto:root@xxxxxxxxxx> 
ethereal &
 
The ethereal window should then appear on your machine, but the packet
capture will take place on the remote machine.  Just remember to either do
the packet capture on a separate interface than the one you use to ssh, or
do something like this as a capture filter:
 
... and not host where.you.sit
 
--J

-----Original Message-----
From: Tony Wong [mailto:twong@xxxxxxxxxxxxxxxxxxx]
Sent: Friday, May 18, 2001 1:42 PM
To: ethereal-users@xxxxxxxxxxxx
Subject: [Ethereal-users] how to sniff a remote moachine


Is it possible to sniff the packets of a remote machine with ethereal?
 
Thansk