Operating System - HP-UX
1758003 Members
2455 Online
108866 Solutions
New Discussion

Monitoring IP traffic on HP-UX 11.x

 
Kuzmin Konstantin
Occasional Advisor

Monitoring IP traffic on HP-UX 11.x

Hi.

At first, I've just put my stream module as DEFAULT_INTERFACE_MODULES in
/etc/rc.config.d/netconf

The result is next: I can monitor all ip traffic, except packets which come from Internet services (telnet, ftp and others which work through inetd daemon). In fact, these packets are not full: I can see only the content of ip, tcp headers but the content of, for example, telnet data is fiiled with 0.
It means that some other stream modules work under mine module.

Then I've found this solution:
http://h21007.www2.hp.com/portal/site/dspp/PAGE.template/page.document?ciid=6b08a8ea6ce02110a8ea6ce02110275d6e10RCRD&jumpid=reg_R1002_USEN

>lsof | grep mymodule
shows next:
ovcd 1964 root 21u STR 119,0x6c 0t0 119 /dev/dlpi->mymodule->lan

But the result was the same.

Any ideas?

Thanks.