Creating a VM to act as a router
Hello,
I recently setup a virtual machine to act as a router. The problem is the vm is not routing traffic correctly. This is essentially what my setup is, refer to the output below.
(VM IM PINGING FROM) (Private subnet X) | (OPEN VPN TUNNEL) | (VMs below is in Private subnet Y on a completely different cloud) (VM ACTING AS ROUTER)(INT-X)--(INT-Y)(OVS)--------(VM IM TRYING TO PING)
When I run a packet capture on INT-X on the router VM. I see echo requests going out. When I run a packet capture on INT-Y on the OVS. I no longer see the echo requests........
Is there some sort of libvirt rule that needs to be changed in order for a virtual machine to act as a router?