Results 1 to 10 of 13

Thread: Strange behavior behind Tomato router

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8

    Default Re: Strange behavior behind Tomato router

    Quote Originally Posted by Darrena View Post
    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
    Last edited by bwarden; 07-08-2009 at 11:46 AM. Reason: Adding info

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •