Apple OS X SMB issues across VPN
Christopher R. Hertel
crh at ubiqx.mn.org
Thu Oct 20 21:13:10 GMT 2005
On Thu, Oct 20, 2005 at 02:53:44PM -0600, Dan Tappin wrote:
:
> ># tcpdump -i <interface> -s0 -w capture.cap host 192.168.0.2
>
> This is on the Xserve right?... with <interface> being my LAN
> connection en0 I believe.
Actually, that'd be on the client. You only want to see traffic between
the client and server. You will probably have a switch (not a hub) so the
switch will filter out any traffic to other nodes. On the server side,
you'd see all client traffic.
The other way to do it (from the server side) is:
# tcpdump -i <iface> -s0 -w capture.cap host 192.168.0.2 and host <clientIP>
...and yes, if en0 is the name of the ethernet interface then that's what
you'd put in for <iface>.
Chris -)-----
--
"Implementing CIFS - the Common Internet FileSystem" ISBN: 013047116X
Samba Team -- http://www.samba.org/ -)----- Christopher R. Hertel
jCIFS Team -- http://jcifs.samba.org/ -)----- ubiqx development, uninq.
ubiqx Team -- http://www.ubiqx.org/ -)----- crh at ubiqx.mn.org
OnLineBook -- http://ubiqx.org/cifs/ -)----- crh at ubiqx.org
More information about the samba-technical
mailing list