We have a data feed coming into a single Linux server (CentOS 7). We need this server to forward all the data to two different VLANs with the same subnet. We currently have software running on the server that can mirror data to two different subnets but it is not VLAN aware (as the VLANs are implemented by a Cisco proprietary protocol), so we need to configure the server at the OS level to mirror the data out of two separate interfaces. Is there a way to configure Linux to do this? (All connections are IP over TCP)
One solution is to change the subnet for one of the VLANs, however this is likely to cause downtime which we would prefer not to have.