yes! I had a local firewall running on centos. disabling causes it to work - no range needed for me. Thank you! we should update the thread with this info also. On Sun, Mar 29, 2020 at 3:53 PM Gilgongo gilgongojones@users.sourceforge.net wrote: OK - I've just tried turning off my firewall competely and everything seems to be working. So it looks like some subtle firewall issue. Looking at this guide https://github.com/corrados/jamulus/wiki/Running-a-Server-at-Home, I see there is in fact a port range...
UPDATE / RESOLUTION After a clue from gilgongo I realized there was a local firewall running on CentOS in addition to the router. Disabling it fixed the issue, but I reconfigured it for the port like this: Note: Your zones may be different than mine... # what zones do you have? firewall-cmd --get-zones # investigate which zone you want to use... sudo firewall-cmd --zone=public --list-all # ^-- repeat for each zone... I want to use "public"... # with the firewall running... sudo firewall-cmd --zone=public...
UPDATE / RESOLUTION After a clue from @gilgongo I realized there was a local firewall running on CentOS in addition to the router. Disabling it fixed the issue, but I reconfigured it for the port like this: Note: Your zones may be different than mine... # what zones do you have? firewall-cmd --get-zones # investigate which zone you want to use... sudo firewall-cmd --zone=public --list-all # ^-- repeat for each zone... I want to use "public"... # with the firewall running... sudo firewall-cmd --zone=public...
No - there is no record of the connection in the tailed log. I see some activity from others connecting only. I also tried running it standalone and got the same behavior.
Thanks - ping is good: ping 192.168.1.25 PING 192.168.1.25 (192.168.1.25) 56(84) bytes of data. 64 bytes from 192.168.1.25: icmp_seq=1 ttl=64 time=0.045 ms 64 bytes from 192.168.1.25: icmp_seq=2 ttl=64 time=0.034 ms 64 bytes from 192.168.1.25: icmp_seq=3 ttl=64 time=0.042 ms restarted with -p option (using default port #) sudo systemctl status jamulus.service ● jamulus.service - Jamulus-Server Loaded: loaded (/usr/local/bin/llcon-jamulus/jamulus.service; linked; vendor preset: disabled) Active: active...
I will also add that I am running a minecraft server that is externally available with similar router configuration (tcp vs udp tho) so I think the router stuff is set up properly.
yes - definitely, in fact I am really impressed with the software. I can jump into other folks rooms using the client and jam along with minimal latency issues in most cases. A lot of them have been providing helpful troubleshooting info also.
Hi - Thanks for the great work putting together this guide. I'm setting up a server on a separate linux machine separate from my macintosh client. The server machine is running: CentOS Linux release 7.6.1810 (Core) The client is running on a macbook pro. I have opened UDP port 22124 on my router and mapped it to the server machine local ip. Everything appears to be running but I noticed a couple of issues... 1. The cloned master branch is ahead of the client version I have (3.4.5 vs 3.4.4). Should...