-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I have successfully compiled this version of rpcapd against system libpcap on Ubuntu 17.04 and trying to make it talk to dumpcap (apt get installed) but dumpcap just never receives any packets and rpcapd keeps trying but never connects.
I am trying everything on localhost here i.e. dumpcap as well as rpcapd
$ ./rpcapd -n -4 -a 10.128.0.4,2003 -l 10.128.0.4
Connecting to host 10.128.0.4, port 2003, using protocol IPv4
Is the server properly installed on 10.128.0.4? connect() failed: Connection refused (code 111)
Error connecting to host 10.128.0.4, port 2003, using protocol IPv4
And dumpcap just is stcuk here without any progress
$ sudo dumpcap -i 'TCP@10.128.0.4:2003'
Capturing on 'TCP@10.128.0.4:2003'
How do I test this version of rpcapd or it just works with Extrahop software?