Skip to content

unable to browse Docker Windows Containers with transparent network #5342

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

Closed
vazkarvishal opened this issue Nov 20, 2017 · 2 comments
Closed

Comments

@vazkarvishal
Copy link

vazkarvishal commented Nov 20, 2017

Connectivity Issue using transparent networks

I am trying to build a POC using an ASP.Net app using MSSQL. However, Because of poor performance over NAT I have tried using transparent networks to see if it resolves the issue.

I have used the code below to create the new transparent network
docker network create -d transparent --subnet=10.10.10.0/24 --gateway=10.10.10.1 tnet

and then using it in my compose file as shown below:
image

However, when I try to connect to either:

  1. The IIS instance using the stats OR
  2. The MSSQL instance using local SQL Server Management Studio

But none of them work. I have also tried adding the subnet which I created as a part of the transparent network to my local inbound firewall rules but it does not seem to make any difference.

Can anybody help me out with this?

I am using Docker version 17.09.0-ce, build afdb6d4 if that helps.

@gbarr01
Copy link
Contributor

gbarr01 commented Nov 21, 2017

Hi, @vazkarvishal , this does not seem to be a Docker Docs issue. If it is, can you provide the page that is giving you trouble?

If this is indeed a Docker Docs issue, feel free to reopen with the problematic page. Thanks.

@gbarr01 gbarr01 closed this as completed Nov 21, 2017
@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Mar 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants