dnspeep icon indicating copy to clipboard operation
dnspeep copied to clipboard

"libpcap error: BIOCSETIF failed: Device not configured" on FreeBSD

Open rm1984 opened this issue 3 years ago • 0 comments

Hi, I get this error when running dnspeep on FreeBSD:

query name                           server IP            response
Error: Failed to start. This may be because you need to run this as root.

Caused by:
    libpcap error: BIOCSETIF failed: Device not configured

Location:
    src/main.rs:176:10

This is because FreeBSD doesn't support sniffing on the "any" interface. Please add an command line option to indicate a specific network interface to listen on.

Cheers, Riccardo

rm1984 avatar Apr 22 '21 06:04 rm1984