bhouse-nexthop commented on issue #12857: URL: https://github.com/apache/cloudstack/issues/12857#issuecomment-4084321443
To clarify if I manually log into 2 of the VRs and add the corresponding rules it works: ``` ip route add 10.251.4.0/22 via 172.17.0.3 dev eth2 table Table_eth2 ``` ``` ip route add 10.252.0.0/16 via 172.17.0.2 dev eth2 table Table_eth2 ``` So I think this is the proper solution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
