This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
can't issue DNS #6
Comments
I think this might be related to this: gliderlabs/docker-alpine#255 (comment) |
I'm still looking into it, but these warnings might not be actual DNS failures? $ docker run --rm -it --entrypoint=sh blacktop/bro:2.5 -c 'cat /etc/resolv.conf && echo && nslookup google.com'
$ docker run --rm -it --entrypoint=sh --dns=8.8.8.8 blacktop/bro:2.5 -c 'cat /etc/resolv.conf && echo && nslookup google.com'
|
In your last cmd try adding |
You are right, the warning is an alpine issue. The pcap I am testing is located at packet total
The only missing file is the notice.log, maybe it's a bad configuration, I am going to tune bro parameters and scripts |
👍 I'm going to close this out, but feel free to re-open or make a new issue if there is still a problem. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to run your image to analyse my pcaps and I got some issues
Running as described in the README:
And
Testing DNS with another image:
Can you help me to fix it?
The text was updated successfully, but these errors were encountered: