Access a server with floating ip through another project
Hello, I have two PA and PB projects with their respective network
proy PA
net: netPA
subnet: subnet-pa: 192.168.12.0/24
Proy PB
net: netPB
subnet: subnet-pb: 192.168.12.0/24
Within each project I have 1 VM created with its floating IP
VM1(PA)
IP int: 192.168.12.20
floating IP: 172.29.0.30
open ports: 22,80,443
VM2(PB)
IP int: 192.168.12.100
floating IP: 172.29.0.57
open ports: 22,80,443
When I want to access the VM2 website from VM1 using the floating IP 172.29.0.57 it does not allow me
I execute the traceroute
$ traceroute 172.29.0.157
traceroute to 172.29.0.157 (172.29.0.157), 30 hops max, 60 byte packets
1 192.168.12.1 (192.168.12.1) 0.470 ms 0.449 ms 0.437 ms
2 vm2 (172.29.0.157) 0.525 ms 0.503 ms 0.498 ms
I think I have a problem with the 192.168.12.0/24 subnet???