Closed s0vandey closed 2 months ago
You said you can ping the host from the server, can you connect to the host from inside the container?
docker exec -it <container name> bash
This will give you shell from inside the container. See if you can ping/ssh to the host you are trying to scan from here. If not, it is likely a docker configuration or firewall issue.
-Scott
Hi immauss When scanning any host, details of that host are not displayed. I can ping the host from the server.
Please attach large files to the report instead of pasting the contents into the report.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
logs ( commands assume the container name is 'openvas' ) Please attach the output from one of the following commands:
docker
docker logs openvas > logfile.log
Podman
podman logs openvas > logfile.log
docker-compose
docker-compose logs > logfile.log
Please "attach" the file instead of pasting the conents to the issue.
Additional context Add any other context about the problem here.