Re: Strange behavior behind Tomato router
Quote:
Originally Posted by
Xponder1
DDWRT does all that and it does it better.
Won't get into "mine is better than yours" argument. But, DDWRT does NOT do it all -- out of the box. You should check your info. There are many open source (and free) plug-ins you can add to DDWRT, to allow some of the things that Tomato does. I will just leave it at that.....
Re: Strange behavior behind Tomato router
I fixed my issue with Tomato by setting:
Advanced->Conntrack / Netfilter->UDP ->Unreplied to 10 seconds from 30 seconds
Re: Strange behavior behind Tomato router
Quote:
Originally Posted by
Darrena
I fixed my issue with Tomato by setting:
Advanced->Conntrack / Netfilter->UDP ->Unreplied to 10 seconds from 30 seconds
That's a good idea. Due to unrelated issues, I reset my Tomato router today, and had to clean up the mess again. I did the following at the console to avoid a flash write:
Code:
# cat /proc/sys/net/ipv4/ip_conntrack_udp_timeouts
30 180
# echo 0 0 > /proc/sys/net/ipv4/ip_conntrack_udp_timeouts
# cat /proc/sys/net/ipv4/ip_conntrack_udp_timeouts
0 0
# echo 30 180 > /proc/sys/net/ipv4/ip_conntrack_udp_timeouts
# cat /proc/sys/net/ipv4/ip_conntrack_udp_timeouts
30 180
And it worked...
You can check the current states via:
Code:
# cat /proc/net/ip_conntrack