Yes i'm using devstack for now. For the debug option i got this: Hello let's say i don't want to use floating IP adresses for some reasons. I have set up routes using br-ex to connect to my instances. My openstack server is at 10.90.0.236. Now i have instance Test-VM (192.168.233.12): Ping is working fine between them I can ssh from Test-VM to my openstack server But i can't connect to Test-VM from my openstack server (unless i use floating IP adresses) OpenSSH_8.9p1 Ubuntu-3ubuntu0.7, OpenSSL 3.0.2 15 Mar 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files debug1: /etc/ssh/ssh_config line 21: Applying options for * debug2: resolve_canonicalize: hostname 192.168.120.39 is address debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/stack/.ssh/known_hosts' debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/stack/.ssh/known_hosts2' debug3: ssh_connect_direct: entering debug1: Connecting to 192.168.120.39 [192.168.120.39] port 22. debug3: set_sock_tos: set socket 3 IP_TOS 0x10 debug1: Connection established. debug1: identity file /home/stack/.ssh/id_rsa type -1 debug1: identity file /home/stack/.ssh/id_rsa-cert type -1 debug1: identity file /home/stack/.ssh/id_ecdsa type -1 debug1: identity file /home/stack/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/stack/.ssh/id_ecdsa_sk type -1 debug1: identity file /home/stack/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /home/stack/.ssh/id_ed25519 type -1 debug1: identity file /home/stack/.ssh/id_ed25519-cert type -1 debug1: identity file /home/stack/.ssh/id_ed25519_sk type -1 debug1: identity file /home/stack/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /home/stack/.ssh/id_xmss type -1 debug1: identity file /home/stack/.ssh/id_xmss-cert type -1 debug1: identity file /home/stack/.ssh/id_dsa type -1 debug1: identity file /home/stack/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.7 kex_exchange_identification: read: Connection reset by peer Connection reset by 192.168.120.39 port 22.