On Mon, Sep 16, 2002 at 09:44:02AM -0400, Parks, Chauni wrote:
> On the hp box , when I select
> Capture --> Interface, it only shows lan0 interface. However we have rfi0
> interface and severeal eth0,1,2 and were not include in the interface
> pulldown. I read the FAQ's and it mentioned to install tcpdump and to verify
> that gigE and other interfaces are there? It was not there as well. When I
> manually typed in the interface, it produce an error: "Could not find
> interface in /dev/.. Directory".
What version of HP-UX is this?
What happens if you type the interface name in the "ifconfig" command,
e.g. "ifconfig rfi0" or "ifconfig eth0"?
Do those interfaces show up in the output of the "lanscan" command?
The only interfaces libpcap can use on HP-UX - and, thus, the only
interfaces that programs using libpcap, such as tcpdump and Ethereal,
can use on HP-UX - are those that
1) use DLPI to connect to the networking stack;
2) use the DLPI provider that can be accessed through
"/dev/dlpi";
3) can have the PPA for the DLPI provider found by searching the
list returned by a DL_HP_PPA_REQ DLPI request.
You would have to ask HP whether that is true of any of the interfaces
on which you want to capture.