NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
rmfritz
Jun 02, 2026Aspirant
Websocket forwarding?
I have an old (really old, RBR10) mesh router, and I'm trying to use an app which prefers to use websockets. Does port forwarding allow this? If so, how do I configure it?
6 Replies
- CrimpOnGuru - Experienced User
If the app is attempting to reach a server on the internet, the router will handle this automatically.
If the goal is to use the app to reach a server on the local LAN using a client somewhere on the internet, then Port Forwarding is the proper solution.
Please note that Port Forwarding works only when the RBR10 router has a public IP address from the Internet Service Provider (ISP).
Port Forwarding exposes a device on the LAN to the internet, so it is important to consider how to deal with attempts to gain unauthorized access. Once a port is opened, it does not take very long for that fact to become known and for people to begin trying to exploit it.
- rmfritzAspirant
Thanks. Yeah, I know I can't just open a port; I've got an nginx reverse proxy in the design.
- StephenBGuru - Experienced User
rmfritz wrote:
I'm trying to use an app which prefers to use websockets
Websockets (as the name suggests) are built on browser protocols. They generally just use port 80 (unencrypted http) or port 443 (encrypted https). Port forwarding is NOT likely to be the appropriate solution.
Can you give more details on the app you are trying to use, and what problem you are seeing? Is there any documentation for the app that suggests that port forwarding is needed?
- rmfritzAspirant
Basically, it's desktop as a service on a shoestring. (We're a little non-profit, and this is a little project; my budget is limited.) So I've got a Windows system with two different ways to establish a VNC connection through a browser, but one of them requires websockets and the other prefers them. So, any thoughts?
- StephenBGuru - Experienced User
rmfritz wrote:
So I've got a Windows system with two different ways to establish a VNC connection through a browser, but one of them requires websockets and the other prefers them. So, any thoughts?
The easiest would be to just use Google remote desktop, which requires no development at all.
Anyway, I'd think the reverse proxy you have in the design would work, you could just put it in the router DMZ.
Other approaches you could look into are using TailScale or maybe a CloudFlare tunnel.