GitHub user TadiosAbebe added a comment to the discussion: Shared network issue on advanced zone with security group
removed the docker* chains with the following command, but VR->internet and VM->VR connectivity issue still persists ``` iptables -D FORWARD -j DOCKER-USER iptables -D FORWARD -j DOCKER-ISOLATION-STAGE-1 iptables -F DOCKER iptables -F DOCKER-USER iptables -F DOCKER-ISOLATION-STAGE-1 iptables -F DOCKER-ISOLATION-STAGE-2 iptables -X DOCKER iptables -X DOCKER-USER iptables -X DOCKER-ISOLATION-STAGE-1 iptables -X DOCKER-ISOLATION-STAGE-2 ``` GitHub link: https://github.com/apache/cloudstack/discussions/11955#discussioncomment-14845435 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
