Can’t access Oracle Cloud Always Free Compute http port

  • configure ingress route for port 80
  • curl localhost should bring back webpage in text format, however fails over internet.
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT
sudo netfilter-persistent save
  • test your web page over internet