How to open ports on ubuntu server on OCI

 I got issue to telnet my server on port 9090

 after I issued these commands on the server, the problem solved

iptables -I INPUT -p tcp -m tcp --dport 9090 -j ACCEPT
iptables -I INPUT -p tcp -m tcp --dport 9092 -j ACCEPT

 

Comments

Popular posts from this blog

setDomainEnv file in weblogic

Another user has changed the row with primary key oracle.jbo.Key[12 ].

Detail entity with row key null cannot find or invalidate its owning entity.