LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: debug / logging?

To: "'lvs-users@xxxxxxxxxxxxxxxxxxxxxx'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: debug / logging?
From: Peter Mueller <pmueller@xxxxxxxxxxxx>
Date: Thu, 9 Aug 2001 19:58:54 -0700
> On Thu, Aug 09, 2001 at 07:37:48PM -0700, Peter Mueller wrote:
> > > tcpdump -p -i eth0 -n 'tcp[13] == 2' and dst port 80 and dst 
> > > host 192.168.7.1
> > > 
> > > Where:
> > >    -p: Turn off promiscuous mode. You shouldn't need 
> promiscous mode
> > >        as the packets are coming into the machine anyway.
> > >    tcp[13] == 2: Match only packets that only have they 
> SYN bit set.
> > >    eth0: The interface that your VIP is on.
> > >    80: The port for your Virtual Service
> > >    192.168.7.1: The VIP
> Ouch.
> 
> How about adding "and ether dst 00:10:A4:AB:2D:DE" where 
> 00:10:A4:AB:2D:DE
> is the MAC address of the interface the VIP is on. Does that help.

I love you Horms... sweeeet!!

};->


<Prev in Thread] Current Thread [Next in Thread>