This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Set tcp connection timeout

Is there any thing on UI where i can set idle time out of tcp connection.And what is default value of astaro gateway 8.0 for idle tcp connection timeout.


This thread was automatically locked due to age.
Parents
  • Tried to reproduce with 8.300 but cant verify the issue.

    If you enter "conntrack -L" on the console you see all conntracks. Grep for the entry you monitor.
    Third parameter is the allowed lifetime, which decrements.

    ip_conntrack_tcp_timeout_established only affects new conntracks. You don't have to reboot.

    Please try again and verify that your client is not re-establishing a new connection. 

    Cheers
     Ulrich
Reply
  • Tried to reproduce with 8.300 but cant verify the issue.

    If you enter "conntrack -L" on the console you see all conntracks. Grep for the entry you monitor.
    Third parameter is the allowed lifetime, which decrements.

    ip_conntrack_tcp_timeout_established only affects new conntracks. You don't have to reboot.

    Please try again and verify that your client is not re-establishing a new connection. 

    Cheers
     Ulrich
Children
  • Hi
      My concern is that i have to see how astaro is breaking idle connection
      if my idle timeout is 15 min.In this condition can we verify from wieshar
      does firewall sends any reset packet to client .
  • hi
    when i configured ip_conntrack_tcp_timeout_established=5 min or 30 sec 
    then connections are broken by firewall but if i do it 15 min.Then though i m not sending any data from client or from server still there is some communication happenig(visible in wireshark) between client and server after every 5 min and connection is not broken by firewall.
    Is there need to change any other vale if i want that tcp idle connection get dropped by firewall