Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-20 Thread Michael Richardson
> "Kaushal" == Kaushal Shriyan writes: Kaushal> Hi Kaushal> When i run the command tcpdump -i eth0 -s0 host IP and host Kaushal> IP , I just see only incoming traffic and not outgoing Kaushal> traffic. I am using IPSec Application. Kaushal> Please suggest/guide and let m

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-16 Thread frederic lubrano
Hello, When you say you have no outbound traffic, it may be normal. You want to capture flows Ipsec? if so, do you have packet that moved through the tunnel? is: tcpdump -i eth0 -n -s 0 -vv \(port 500 or port 4500 or proto 50\) no specifying host and send a sample Regards, fred -- On 13

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-16 Thread Kaushal Shriyan
On Sun, Feb 13, 2011 at 7:45 PM, Kaushal Shriyan wrote: > > > On Fri, Feb 11, 2011 at 8:40 PM, Kaushal Shriyan > wrote: > >> On Fri, Feb 11, 2011 at 4:49 PM, frederic lubrano < >> frederic.lubr...@gmail.com> wrote: >> >>> tcpdump -i eth0 -n -s 0 -vv \(port 500 or port 4500 or proto 50\) and >>>

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-13 Thread Kaushal Shriyan
On Fri, Feb 11, 2011 at 8:40 PM, Kaushal Shriyan wrote: > On Fri, Feb 11, 2011 at 4:49 PM, frederic lubrano < > frederic.lubr...@gmail.com> wrote: > >> tcpdump -i eth0 -n -s 0 -vv \(port 500 or port 4500 or proto 50\) and >> host >> xxx.xxx.xxx.xxx >> -- >> >> > Hi Frederic > > Not sure I underst

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-11 Thread Kaushal Shriyan
On Fri, Feb 11, 2011 at 4:49 PM, frederic lubrano < frederic.lubr...@gmail.com> wrote: > tcpdump -i eth0 -n -s 0 -vv \(port 500 or port 4500 or proto 50\) and host > xxx.xxx.xxx.xxx > -- > > Hi Frederic Not sure I understand the command *tcpdump -i eth0 -n -s 0 -vv \(port 500 or port 4500 or pro

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-11 Thread frederic lubrano
tcpdump -i eth0 -n -s 0 -vv \(port 500 or port 4500 or proto 50\) and host xxx.xxx.xxx.xxx -- On 11 February 2011 05:27, Kaushal Shriyan wrote: > On Thu, Feb 10, 2011 at 2:09 PM, Kaushal Shriyan > wrote: > > > Hi > > > > When i run the command tcpdump -i eth0 -s0 host IP and host IP , I just >

Re: [tcpdump-workers] When using IPSec, tcpdump doesn't show outgoing packets

2011-02-10 Thread Kaushal Shriyan
On Thu, Feb 10, 2011 at 2:09 PM, Kaushal Shriyan wrote: > Hi > > When i run the command tcpdump -i eth0 -s0 host IP and host IP , I just see > only incoming traffic and not outgoing traffic. I am using IPSec > Application. > > Please suggest/guide and let me know if you need any further informatio