Operating System - HP-UX
1834814 Members
2670 Online
110070 Solutions
New Discussion

Re: tcpdump can not see the outgoing packets

 
Jun Wu
Frequent Advisor

tcpdump can not see the outgoing packets

I am using HP-UX 11.00 on D370 with a add-on PCI 100 NIC.
I can see all the incoming packets, but not outgoing packets when I was using tcpdump
I saw the problem on 10.20, patch PHNE_20892 can solve it. How about 11.00?

Thanks
Jun
5 REPLIES 5
harry d brown jr
Honored Contributor

Re: tcpdump can not see the outgoing packets


Take a look at this link to see if it satisfies your needs:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3ee335067c18d6118ff40090279cd0f9,00.html

live free or die
harry
Live Free or Die
Jun Wu
Frequent Advisor

Re: tcpdump can not see the outgoing packets

Yes, I think I am almost there. My HP 11.00 is 32bit. I download the tcpdump from the same place you were talking about. Is there any quick way to solve it?
Thanks
Jun
Craig Rants
Honored Contributor

Re: tcpdump can not see the outgoing packets

Why not use IPFilter/9000 I like using that much better than tcpdump for watching traffic, just log all inbound and outbound stuff through it's ipmon tool.

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
harry d brown jr
Honored Contributor

Re: tcpdump can not see the outgoing packets

How are you running it? It works fine for me.

live free or die
harry
Live Free or Die
Jun Wu
Frequent Advisor

Re: tcpdump can not see the outgoing packets

Here is the command:

#tcpdump src host oocnmc03
tcpdump: listening on lan1

in which, oocnmc03 is my HP 11.00 server

Jun