hselasky / hpsjam

Online audio jamming software
BSD 2-Clause "Simplified" License
37 stars 5 forks source link

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

Closed iFriendGit closed 1 year ago

iFriendGit commented 1 year ago

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!

iFriendGit commented 1 year ago

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

iFriendGit commented 1 year ago

obslote