-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zonemaster-cli does not work inside Docker container #356
Comments
Could you run both with |
Container:
Host:
|
My installations have the same versions:
When I test example.com I get the same result:
|
I get the same error using the
I haven't changed anything network-related in either my docker installation or host machine. I have no clue about what is going on. Could you suggest something for me to investigate? |
Can you test some other domain, such as zonemaster.net? The following two lines in your output look strange:
Are you sure that your environment has full access and that 199.43.135.53 and 199.43.133.53 are not "hijacked"? Those two are not recursors when I test with dig:
|
What version of the zonemaster/cli image did you use? |
Also the following look strange
|
The container gives the same error output. Host machine:
After installing Docker I ran
so that I wouldn't need Not sure if that could cause problems.
Sorry, I don't know how to answer this question... |
Do you have access to some computer somewhere else where you can run Can you repeat the dig query
The expected response is
|
I do. The computer I'm using is a Kali Linux laptop. I also have a Windows desktop with WSL:
When I run zonemaster-cli on the WSL system I get:
Both the Windows desktop and the Kali laptop are connected to the same wifi network, if that matters.
Kali laptop:
Windows desktop WSL:
I see that the output is not expected, but unfortunately I don't know how to interpret it. |
Real Maybe you can bring your laptop to somewhere where you can find a more open network. Try at a café, a shopping center or a friends home (a friend not using the same broadband solution as yours). If you get a response on the query to With my question on a computer somewhere else I meant something outside your local network, e.g. a virtual server on AWS. On AWS you can get a small VPS for free for a year. Such a VPS is more than enough for a small installation of Zonemaster. There are other providers that offer free or very cheap VPSs. |
I'll give it a try as soon as I have the chance. |
Given the following dockerfile:
When I build the image and run the container:
The output I see is:
When I run the same command directly on the host machine, zonemaster-cli gives the expected output:
The text was updated successfully, but these errors were encountered: