Olá, digamos que não quero usar endereços IP flutuantes por alguns motivos. Configurei rotas usando br-ex para conectar-me às minhas instâncias.
Meu servidor openstack está em 10.90.0.236.
Agora tenho a instância Test-VM (192.168.120.39):
- Ping está funcionando bem entre eles
- Posso fazer ssh do Test-VM para meu servidor openstack
- Mas não consigo me conectar ao Test-VM do meu servidor openstack (a menos que eu use endereços IP flutuantes)
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
Obrigado