-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different local and external connection issues #38
Comments
Have you specified |
As far as I can see, the UDP range is being forwarded properly in OPNsense. One thing I did discover - when I disable the datacenter level firewall in Proxmox, things seem better/OK. I had a long period of connections and now just constant timeouts. |
Yes, all ports need to be correctly forwarded. And all of them are UDP. If you don't expect many users to visit your services concurrently, you can choose smaller range. E.G. having 2 rooms, every with max 5 users, you only need 10 ports so the range can be
That looks good, all UDP ports need to be directly exposed and they don't go through nginx. |
For example, |
No, you normally access it using gui, so all your clients visit |
Okay, so UDP is only in the background, thank you. |
That must be the IP where the mentioned UDP ports are forwarded. If you omit |
i tryed: |
For now, it only accepts IP, no domains. You can delete whole line to get IP automatically. |
I was leaving it empty... That was the whole Problem. Now that i deleted the line it works. Thank you so much! |
I think i would have found it by accident earlier if the word "omit" in german wounld not be that close to "leave out/leave empty". Thanks again! |
Though, it should not make any difference and even just leaving it empty should not be such a big problem. I'lll look into it. Also added more information to docs for future users to help with troubleshooting. https://github.com/m1k1o/neko-rooms/tree/master/docs#docs |
Thanks for adding the additional documentation. I think this makes sense to me now, but I have yet to test it out. I proxy my domains through Cloudflare - does this have an impact on what needs to go into I use LinuxServer.io SWAG for my reverse proxy, so I can use the Cloudflare_Real_IP mod if required. |
Since UDP ports bypass reverse proxy, If you proxy additionally even your UDP ports through cloudfare, then you must specify their public IP in |
So my root domain I've still seen the port problem today (although not doing extensive testing), so will need to see what the issue is. How would I define more than one IP in |
That is, unfortunetly, not possible: m1k1o/neko#47 |
I'm finding some weird behaviour when running neko-rooms and accessing locally and via the external domain.
I've been running neko-rooms on my server and it works well.
I can access the landing page at 8080 via both my desktop (different network to the server) and a VM running on the same subnet as the server.
This is where I encounter problems.
The server runs at 10.0.10.47.
My desktop is 10.90.0.5.
VM to test is on 10.0.10.45
My reverse proxy is at 10.0.90.10
Running locally:
I can access the landing page from both my desktop and the VM.
I can create rooms just fine using both my desktop and the VM.
I can access the rooms fine using the VM. The desktop does sometimes connect, but only once the client from the VM has connected.
Running via the internet:
I can access the landing page from both my desktop and the VM.
I can create rooms just fine using both my desktop and the VM.
Neither VM or my desktop can access the rooms.
I get this error:
WRN undeclaredMediaProcessor failed to open SrtpSession: the DTLS transport has not started yet module=webrtc subsystem=pc
when trying to connect.Just wondering if I'm missing anything regarding port forwarding or my reverse proxy. I used Cloudflare to proxy my IP if that matters.
The text was updated successfully, but these errors were encountered: