Skip to content

Instantly share code, notes, and snippets.

View chaudharydeepanshu's full-sized avatar
🎯
New Journey

Deepanshu Chaudhary chaudharydeepanshu

🎯
New Journey
View GitHub Profile
@chaudharydeepanshu
chaudharydeepanshu / readme.md
Created October 9, 2023 13:44 — forked from mrladeia/readme.md
Iptables to Oracle Cloud port 80 and 443 open

IPTABLES to Oracle Cloud port 80 and 443 open

If you need to open up ports 80 and 443, on file /etc/iptables/rules.v4 just add

-A INPUT -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT

directly below