Link to home
Start Free TrialLog in
Avatar of rbrowning
rbrowning

asked on

tcpdump on Solaris x86 2.6

Does tcpdump3.4a6 work on Solaris x86 2.6 . Whenever I run tcpdump I get the following error:

 tcpdump: recv_ack: bind error 0x1
 
 I am trying to capture packets on the ppp0 interface .
 
 All I did was the
following:

ftp ftp.ee.lbl.gov
get tcpdump.tar.Z
get libpcap.tar.Z
gzip -d < libpcap.tar.Z | tar xvf -
gzip -d < tcpdump.tar.Z | tar xvf -
cd libpcap-0.4a6
./configure
make
cd ../tcpdump-3.4a6
./configure
make
su
./tcpdump

Many thanks

Bill
ASKER CERTIFIED SOLUTION
Avatar of red031197
red031197

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rbrowning
rbrowning

ASKER

How do I configure the packet filter into the Solaris kernel??