-
Notifications
You must be signed in to change notification settings - Fork 289
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
Not able to see host ports from 10.0.75.1, but can from 192 host IP #334
Comments
@bradyemerson this looks like a duplicate of #37. Could you confirm that you try to connect from a container to service running on the host? Also, I'm a little confused about FWIW with Beta33 I can do:
and:
|
@rneugeba thanks for the response. This does seems similar to #37 and will try to use the nginx suggestion. The service I'm trying to connect to specifically is Windows file share (port 445) to enable folder sharing between host and container. Currently I'm unable to enable C drive for sharing. To clarify on 10.0.75.1, I'm referring to the internal network. I can see that my host machine has been assigned 10.0.75.1 on the internal network via ipconfig. This works fine on another Windows 10 computer I have, which is not on a corporate domain, so I feel this must be something unique with that. I'm looking to see if other's have had similar issues with corporate networked laptops and if there is a suggested work around. Thanks! |
This sounds more like a firewall issue. Is port 445 enabled? Do you have any third party firewall software installed? |
The standard DockerProxy rules are enabled in the Windows Firewall. I'm not aware of any other firewall in place. We do have McAfee and Malwarebytes as well. I tried the nginx proxy approach suggested in #37 and it's not able to bind to port 445 as the windows service has already bound to it. I could use a nonstandard port (ex 8445), but is it possible to tell Docker to use this port instead of standard 445 for file sharing? |
This can be closed. It is definitely something related to our corporate Win 10 settings, but I have been unable to narrow it to a specific setting or conflicting software. It works fine on my non-corporate Win 10 machine. I have worked around this by using Docker Toolbox + VirtualBox. |
If you do find a solution to this @bradyemerson let me know, I'm having the same issue on our corporate network as well. |
@mikedarke I used Docker Toolbox (https://www.docker.com/products/docker-toolbox) with Oracle VirtualBox instead hyper-v. |
@bradyemerson yeah thanks, I'll try that instead as well |
You can try add incoming rule in firewall: Example:
or you can try use address 10.0.75.2 instead of 10.0.75.1 |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Should be able to reach container host from inside container over 10.0.75.1 ip address.
Actual behavior
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: