TCP Proxy not resetting connections for container instances

Bernd Schulte 1 Reputation point
2022-08-25T14:34:56.433+00:00

I have a virtual computer running W2019. This server is hosting an application providing a server port.
On the other hand I have also ca container instance running a linux hosted client, connection to my W2019 server.
I can see this estblished and working connection on both ends (netstat is quite helpful in this situation).
For some reason the connection goes down, but I can only see that the server sit shutting thow the client connection.
So on the W2019 machine netstat is confirming, that there is no client connection to my container instance.
But inside the container instance, netstat is still showin an active connection (probably to some proxy or gateway). But this connection is not reset or shut down.
Why? I don't want to enhance the communication with some magic-keep-alive-packets on application level. Would assume, this should never happen.

Thanks for any useful hints
Bernd

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BlueNewbie 1 Reputation point
    2022-08-26T05:32:39.25+00:00

    No Azure Load Balancer. Just an Azure Virtual Machine in private network and with a public IP on the client side an Azure Container Instance (running linux). Both parties using a TCP IP connection made with .Net Core 6 and an SslStream. This the setup of it all.

    0 comments No comments