I have an Oracle cloud server on Ubuntu. I need to set ingress rules to allow access to the server. I start the server with "HpsJam --server --port 22125 --peers 16" and I set ingress rules:
0.0.0.0/0 | TCP | All | 22125
0.0.0.0/0 | UDP | All | 22125
But the server seems to be not reachable (client cannot connect). Can you help please?
Also, is there a way to see the log of the server, or some verbose parameter?
I have an Oracle cloud server on Ubuntu. I need to set ingress rules to allow access to the server. I start the server with "HpsJam --server --port 22125 --peers 16" and I set ingress rules: 0.0.0.0/0 | TCP | All | 22125 0.0.0.0/0 | UDP | All | 22125
But the server seems to be not reachable (client cannot connect). Can you help please?
Also, is there a way to see the log of the server, or some verbose parameter?
Thank you in advance!