Como abrir portas na VPS gratuita da Oracle Cloud free tier OS Linux

Spread the love

DENTRO DO LINUX

sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT 

sudo iptables -I INPUT 6 -m state --state NEW -p udp --dport 443 -j ACCEPT

sudo netfilter-persistent save


NA ORACLE CLOUD

Pra abrir as portas por fora é ir em attached VNICs -> subnet -> default security list -> add ingress rules.

Em source colocar “0.0.0.0/0 em IP protocol “TCP” em destination port range “443” e em descrição “Porta 443 TCP”

REPETIR O PROCESSO COM O IP PROTOCOL “UDP”


Spread the love

Deixe um comentário

O seu endereço de e-mail não será publicado.