From subsecret
(Created page with "The Netgear DGND4000 (WiFi DSL Modem Router - Premium) is an excellent router as such. Unfortunately it has a few issues that Netgear has no intention of fixing: *It forces al...") |
No edit summary |
||
Line 3: | Line 3: | ||
*Number of concurrent connections (nf_conntrack_max) is set relatively low (compared to the routers hardware capacity) | *Number of concurrent connections (nf_conntrack_max) is set relatively low (compared to the routers hardware capacity) | ||
Hardware specs:<br/> | |||
system type: 96362ADVN2xh<br/> | |||
cpu model: Broadcom4350 V7.0 (dual core)<br/> | |||
MemTotal: 124296 kB<br/> | |||
<br/> | |||
This little program will optimize kernel settings, set DNS to google's DNS service, and disable unnecessary services to give more free memory and cpu cycles on router | This little program will optimize kernel settings, set DNS to google's DNS service, and disable unnecessary services to give more free memory and cpu cycles on router | ||
Revision as of 17:12, 26 January 2014
The Netgear DGND4000 (WiFi DSL Modem Router - Premium) is an excellent router as such. Unfortunately it has a few issues that Netgear has no intention of fixing:
- It forces all DNS requests to go through the routers own forwarding service. Caching of requests is disabled ($$ business feature $$), so only effect is that every DNS request takes longer to complete.
- Number of concurrent connections (nf_conntrack_max) is set relatively low (compared to the routers hardware capacity)
Hardware specs:
system type: 96362ADVN2xh
cpu model: Broadcom4350 V7.0 (dual core)
MemTotal: 124296 kB
This little program will optimize kernel settings, set DNS to google's DNS service, and disable unnecessary services to give more free memory and cpu cycles on router