hselasky / hpsjam

Online audio jamming software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

which ingress rules need to be set on the server, please?

iFriendGit opened this issue · comments

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!

As a comment, Jamulus server is running on the same machine on port 22124 and the same UDP ingress rule as above works perfectly...

obslote