-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
425 Bad IP connecting #14
Comments
garethflowers#14 fix 425 error
have you solved? |
no, I used ftps instead. |
Have you an example? |
I find on docker compose, I use on env variable PUBLICHOST: "192.168.1.104" and this is my local ip |
I had the same issue and I solved creating a new variable on Docker Compose and passing the correct IP to |
I think this can be resolved by removing the following options from the
|
Is this "self assigned" or do you need help? |
@TheFax feel free to have a play around and see if you can replicate and resolve this. Thanks. |
I made some tests.
Removing the three options from This is the log of a connection started from my PC:
As you can see, the connection starts correctly, but it hangs when the server sends a wrong IP (172.17.0.2) to the FTP client. From what I understand, there are three possible solutions for this issue:
Please, consider to add this variable in your official repo if you think this is a good solution. |
Resolved in release 0.8.0. |
It works when an ftp client points to
localhost
as host, but when using an ip address like192.168.1.x
it shows425 Bad IP connecting
, so external ftp clients don't actually work. I tried on my smartphone.I've tried providing my own
/etc/vsftpd.conf
on mydocker-compose.yml
file based on the config from yoursrc
folder, but then it just doesn't work and throwsECONNREFUSED
to the client. This happens even when I use the unmodified conf file from this repo. There are no errors in the docker logs.Please help
The text was updated successfully, but these errors were encountered: