weizhouapache commented on issue #8562: URL: https://github.com/apache/cloudstack/issues/8562#issuecomment-1909575701
@midhunpjos as a workaround, can you add some iptables rules by the following command ? ``` iptables -t nat -I POSTROUTING -o ethX -j SNAT --to-source 99.127.xxx.93 ``` `ethX` is the device name of other subnet (99.127.xxx.32/27 or 99.127.xxx.96/27). -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org