<div dir="ltr">Hi,<div><br></div><div>Using DVR in Kilo, I've the following issue:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>- VM1 is in tenant network 1 (fixed IP 10.97.2.4)</div><div>- VM2 is in tenant network 2 (fixed IP 10.97.0.4)</div><div>- a router connects both networks</div><div>- VM1 and VM2 both have floating IPs</div><div>- I can ping from VM1 to VM2 using fixed / internal IP</div><div>- I cannot SSH from VM1 to VM2 using fixed IP, because of "ssh_exchange_identification: read: Connection reset by peer"</div><div>- iperf output between both VMs using fixed IP is strange (see below)</div></blockquote><div><br></div><div>If I remove floating IP in VM2 (target VM), SSH and iperf begin to work OK</div><div><br></div><div>The problem is not present with two VM1 in the *same* tenant network and both having floating IPs</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div><br><br></div><div>------------</div><div><div>VM1# tracepath 10.97.0.4</div><div> 1?: [LOCALHOST]                                         pmtu 1500</div><div> 1:  10.97.2.1                                             0.322ms</div><div> 1:  10.97.2.1                                             0.436ms</div><div> 2:  10.97.0.4                                             0.962ms reached</div><div>     Resume: pmtu 1500 hops 2 back 4</div><div><br></div><div><div>VM1# ping 10.97.0.4</div><div>PING 10.97.0.4 (10.97.0.4) 56(84) bytes of data.</div><div>64 bytes from <a href="http://10.97.0.4">10.97.0.4</a>: icmp_seq=1 ttl=61 time=1.23 ms</div><div>^C</div><div>--- 10.97.0.4 ping statistics ---</div><div>1 packets transmitted, 1 received, 0% packet loss, time 0ms</div><div>rtt min/avg/max/mdev = 1.231/1.231/1.231/0.000 ms</div></div><div><br></div><div>VM1# ssh 10.97.0.4</div><div>ssh_exchange_identification: read: Connection reset by peer</div></div><div><br></div><div><div>VM1# iperf -c 10.97.0.4</div><div>------------------------------------------------------------</div><div>Client connecting to 10.97.0.4, TCP port 5001</div><div>TCP window size: 85.0 KByte (default)</div><div>------------------------------------------------------------</div><div>[  3] local 10.97.2.4 port 47014 connected with 10.97.0.4 port 5001</div><div>[ ID] Interval       Transfer     Bandwidth</div><div>[  3]  0.0-10.0 sec  0.00 ▒ ▒▒s  14746824734997131264 Bytes/sec</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>VM2# # iperf -s</div><div>------------------------------------------------------------</div><div>Server listening on TCP port 5001</div><div>TCP window size: 85.3 KByte (default)</div><div>------------------------------------------------------------</div><div>[  4] local 10.97.0.4 port 5001 connected with 10.182.0.58 port 47014</div><div>[ ID] Interval       Transfer     Bandwidth</div><div>[  4]  0.0- 0.0 sec  14.1 KBytes  9.36 Mbits/sec</div><div><br></div></div>