Instance as gateway
Hi,
I'm trying to use an instance (VM-02) to route traffic to another instance (VM-01). The float IP(172.16.2.35) of the VM-02 is the default gateway of the clients.
The problem is when a client(172.16.2.101) try to reach internet, the traffic outs by the vrouter ip (172.16.1.30). The behaivour that I spect is that the traffic be routed to the VM-01.
The machines have the following configuration: VM-01 eth0: 192.168.100.14 eth1: 10.10.1.5 Float: 172.16.3.44 (out internet)
VM-02 eth0: 10.10.0.31 Float: 172.16.2.35 (client's gateway) eth1: 192.168.100.25
I disabled port security at all ports to permit that the instances route traffic.
Regards,