Spaceman1984 commented on pull request #4847: URL: https://github.com/apache/cloudstack/pull/4847#issuecomment-805580352
> > -A INPUT -s 192.168.10.11/32 -i eth0 -p tcp -m tcp --dport 443 -m state --state NEW -j ACCEPT > > -A INPUT -s 192.168.10.11/32 -i eth0 -p tcp -m tcp --dport 80 -m state --state NEW -j ACCEPT > > -A INPUT -d 192.168.10.11/32 -i eth0 -p tcp -m tcp --dport 53 -j ACCEPT > > -A INPUT -d 192.168.10.11/32 -i eth0 -p udp -m udp --dport 53 -j ACCEPT > > @Spaceman1984 are you testing with shared network, isolated network or vpc ? > this looks like a critical issue with shared network. > for vpc and isolated network, it is not. I'm testing with the shared network. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
