This is a weird one, as I'm honestly not sure if it's a firewall thing, some kind of out-of-the box security thing or an Ansible thing but here goes:
I've got a fresh LXC container that I'm planning to use Ansible to configure. I have setup some firewall rules so that SSH into it just fine.
However, when I run ansible ping it's not only able to connect, but it causes any other SSH connections into the container to drop as well. I can see the processes still running, so it looks to me like the network connection got severed somehow.
When I connect with just SSH I can also see the connection in my Firewall logs, but when ansible attempts to connect nothing appears in the containers firewall logs.
SSH from my workstation is impacted, but SSH connections from other containers are not.
I've got a fresh LXC container that I'm planning to use Ansible to configure. I have setup some firewall rules so that SSH into it just fine.
However, when I run ansible ping it's not only able to connect, but it causes any other SSH connections into the container to drop as well. I can see the processes still running, so it looks to me like the network connection got severed somehow.
When I connect with just SSH I can also see the connection in my Firewall logs, but when ansible attempts to connect nothing appears in the containers firewall logs.
SSH from my workstation is impacted, but SSH connections from other containers are not.