-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tftp not reachable #27
Comments
did you load the netfilter modules? also, can you confirm that the container is bound to --- or available at --- the IP you're hitting with the client? |
Okay I did not load the netfilter modules. I have to create a virtual machine. I am running it on macOs atm. Is it neccessary? Yes. I checked, that the host is listening on port 69. I just used your commands. |
The netfilter module has to be loaded on the Linux VM that runs the docker engine. |
I ran modprobe now. I dont get a response from the server. It worked for me on Ubuntu Server. Now I am on ubuntu desktop and it does not work anymore. Do you have additional ideas? |
I'm having the same issue here. I just found out that I need to use |
Hello,
I just tried pulling and running the container with an example file. When I tried to
tftp localhost
andget test.cfg
I just get a timeout.Apparently the connection from host to port 69 works but the tftp does not send any response.
Do you have any tips?
The text was updated successfully, but these errors were encountered: