NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
thatoneandonly
Apr 27, 2018Tutor
How Many Simultaneous Connections Can The Orbi WiFi Possibly Support (For Running A Webserver)
Hello,
I have been running a local webserver off of my Netgear Orbi system (via portforwarding). What's happening is that it will run fine for a while, then it will start to fail. The software ...
- Apr 28, 2018
Also be aware that this units are home class systems, not business class systems so having a web server may not be best on the Orbi system. if you need a ton of connections, you should look into a different router that can handle your appropriate web services for you needs. You can always connect the Orbi system in AP mode and use it as your wireless mesh system.
budy
Apr 28, 2018Luminary
If that happens, go to the Orbi's debug page http://<your orbi>/debug.htm and check your system statistics. There you can gauge the RAM usage and the number of active connections. Mine currently looks like this:
Basic Infomation CPU Load 6.89655% Memory Usage(Used/Total) 187MB/495MB Flash Usage(Used/Total) 32MB/4GB Network Session(Active/Total) 1521/65536 System Uptime 07:11:55:43
You could change that via the telnet interface like this:
root@RBR40:/# sysctl -w net.ipv4.netfilter.ip_conntrack_max=131072 net.ipv4.netfilter.ip_conntrack_max = 131072
But 65k connections should be enough in the first place. If the connections really get maxed out, then you maybe should take a closer look at your webserver conf and see, if you can optimize that.