Allow web access on Oracle Cloud
For some reason Oracle makes this harder than it needs to be. Follow this: https://stackoverflow.com/a/64053781
P.S. Also allow port 443 for HTTPS traffic -- (ingress rule for port 443) and:
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT
Comments
Post a Comment
Keep it clean and professional...