-
-
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
Telnet (partially FTP) fails to handle TCP connection #158
Comments
Can you link to the Dockerfile? It can be a little updated since the requirements changed. |
Sure. |
I don't think updating your Docker image will resolve the problem. But we are both at last using very similar images and I can attempt to reproduce. |
Thanks, can review this in Copenhagen. Looking forward seeing your IRL again! |
Should be fixed on the main branch. |
Perfect. Thanks! |
@glaslos The telnet, ftp handlers have issues. I can connect and ftp even logs, however telnet fails once the connection is closed. Testing was done with linux telnet and ftp clients.
I can see the following iptables rules added to PREROUTING:
my Dockerfile (
system.go
overwrite only to get rid of open files info ):my docker-compose.yml:
The text was updated successfully, but these errors were encountered: