To make sure that the changes are made in the right file, I went all the way don to the TCP_FIN_TIMEOUT file, and saw that the changes were there.
[root@amit ~]# /sbin/service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
[ OK ]
[root@amit ~]# cat /proc/sys/net//ipv4/tcp_fin_timeout
30
[root@amit ~]# cd /proc/sys/net//ipv4/
[root@amit ipv4]# cd tcp_fin_timeout
bash: cd: tcp_fin_timeout: Not a directory
[root@amit ipv4]# vi tcp_fin_timeout
Send redhat-list mailing list submissions to
redhat-list@redhat.com
To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
redhat-list-request@redhat.com
You can reach the person managing the list at
redhat-list-owner@redhat.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."
I'm new in this list. I hope you can help me and I can help to other
from now.
I'm trying reduce the timeout of TIME_WAIT tcp connections status, but I
don't get it.
I set the value of /proc/sys/net/ipv4/tcp_fin_timeout to 15:
echo 15 > /proc/sys/net/ipv4/tcp_fin_timeout
I think that this should be sufficient, but the SO continue kill
connections after 60 seconds of TIME_WAIT, instead of 15...
Can you help me?
------------------------------
Message: 3
Date: Mon, 26 Jul 2010 08:37:30 -0700 (PDT)
From: Sir June <sir_june@yahoo.com>
To: General Red Hat Linux discussion list <redhat-list@redhat.com>
Subject: wget
Message-ID: <220823.65532.qm@web65709.mail.ac4.yahoo.com>
Content-Type: text/plain; charset=us-ascii
Hi,
I've been trying some wget options to download
"http://archive.kernel.org/fedora-archive/core/updates/5/i386/" (only the
contents of i386)
to my current directory but it only downloads index.html and robots.txt