Skip to content
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

Open
LukasGerm opened this issue Mar 17, 2020 · 5 comments
Open

Tftp not reachable #27

LukasGerm opened this issue Mar 17, 2020 · 5 comments

Comments

@LukasGerm
Copy link

Hello,

I just tried pulling and running the container with an example file. When I tried to tftp localhost and get 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?

@jumanjiman
Copy link
Member

did you load the netfilter modules?
https://github.com/jumanjihouse/docker-tftp-hpa#load-netfilter-modules

also, can you confirm that the container is bound to --- or available at --- the IP you're hitting with the client?

@LukasGerm
Copy link
Author

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.

@jumanjiman
Copy link
Member

The netfilter module has to be loaded on the Linux VM that runs the docker engine.
After that, does it work?

@LukasGerm
Copy link
Author

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?

@nikAizuddin
Copy link

nikAizuddin commented Jan 23, 2021

I'm having the same issue here. I just found out that I need to use --network=host because tftpd response with random ports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants