You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
However, when I try to connect to either:
The IIS instance using the stats OR
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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:

However, when I try to connect to either:
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.
The text was updated successfully, but these errors were encountered: