Displaying 9 results from an estimated 9 matches for "fin_wait_2".
2010 Dec 03
3
Total Number of conecctions
I have the need to know how many connection the server has, i run this command but i don't know how to sum all the results and get a final number.
any ideas?
netstat -an | grep -E 'tcp|udp' | awk '{print $6}' | sort | uniq -c | sort -n
?? 1 CLOSE_WAIT
?? 1 FIN_WAIT_2
?? 1 LAST_ACK
?? 1 TIME_WAIT
?? 4 SYN_SENT
? 15
? 37 LISTEN
? 44 ESTABLISHED
----------------------------------
Alejandro Rodriguez Luna
Web: http://www.alexluna.org
E-mail: el_alexluna at yahoo.com.mx
MSN: el_alexluna at yahoo.com.mx
GTalk: alexluna at gmail.com
Movil: 044-311-112-86-41...
2009 Sep 30
1
Update on protection against slowloris
Hi list!
We tested mod_antiloris 0.4 and found it quite efficient, but before
putting it in production, we would like to hear some feedback from
freebsd users. We are using Apache 2.2.x on Freebsd 6.2 and 7.2. Is
anyone using it? Do you have any other way to patch against Slowloris
other than putting a proxy in front or using the HTTP accept filter?
Thanks for your feedback,
Martin
2006 Mar 28
1
Problems with pf + ftp-proxy on gateway
...nside my network (e.g. 192.168.x.x) connects to an
external ftp server (e.g. ftp.FreeBSD.org), data connection doesn't
work.
Connection comes to my firewall and is accepted but connection is not
established and stay like this here:
self tcp 200.x.x.x:57625 <- 200.x.x.x:20 ESTABLISHED:FIN_WAIT_2
Any kind of help will be appreciate
thanks
--
Renato Botelho
2015 Feb 21
2
Call for testing: OpenSSH 6.8
On Sat, 21 Feb 2015, Corinna Vinschen wrote:
> Building on 64 bit Cygwin works out of the box. However, I have trouble
> with the testsuite. As usual, I'm building outside the source tree:
>
> - Building the testsuite fails:
>
> Assembler messages:
> Fatal error: can't create regress/unittests/bitmap/tests.o: No such file or directory
> Makefile:152:
2015 Feb 23
2
Call for testing: OpenSSH 6.8
...TIME_WAIT 0
TCP 127.0.0.1:61708 127.0.0.1:4242 ESTABLISHED 2988
TCP 127.0.0.1:61709 127.0.0.1:61710 TIME_WAIT 0
TCP 127.0.0.1:61711 127.0.0.1:61712 TIME_WAIT 0
TCP 127.0.0.1:61713 127.0.0.1:3302 FIN_WAIT_2 3380
TCP 127.0.0.1:61714 127.0.0.1:3301 FIN_WAIT_2 2728
TCP 127.0.0.1:61715 127.0.0.1:4242 FIN_WAIT_2 328
TCP 127.0.0.1:61716 127.0.0.1:61717 TIME_WAIT 0
TCP 127.0.0.1:61718 127.0.0.1:61719 TIME_WAIT...
2012 Feb 25
1
Fw: Same problem as last time, with IPv6 off
...?0 ? ? ?0 ?80-244-81-186.21914 ? ?www-10-02-ash3.f.https ESTABLISHED
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.7069 ? ? www-10-02-ash3.f.https ESTABLISHED
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.35944 ? ?webmail.knet.se.www ? ?ESTABLISHED
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.18947 ? ?channel-jx-13-01.https FIN_WAIT_2
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.35978 ? ?channel-jx-13-01.https FIN_WAIT_2
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.23906 ? ?www.kontrollpane.www ? ESTABLISHED
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.1532 ? ? bk-in-f125.1e100.5222 ?ESTABLISHED
tcp ? ? ? ? ?0 ? ? ?0 ?80-244-81-186.1417 ? ? baymsg10203...
2007 Feb 13
0
Question regarding X11 forwarding implementation
...ending the connection.
Now in case of the wish application, the application sends a Fin to the
pseudo scoket. The pseudo socket ack's it
but then there is response at all from the pseudo socket . Thus the sshd
socket remains in the close_wait condition
and the X11 application socket remains in fin_wait_2 state for ever. As a
result when we try to end the ssh session, it hangs
in the end waiting for the X11 connection to terminate.
So am I looking at some sort of a bug in the wish applicaton or the ssh x11
forwarding needs to be modified to handle this situation.
I would appreciate if some one ca...
2007 Jul 13
1
What are my smbd's doing ? (was Re: secrets.tdb locking fun!)
Hi all,
We're still suffering here with odd performance issues on our
Samba 3.0.24 install here on our big chunky Solaris 9 box.
The user perceived issue is slow performance (whilst browsing in Windows
Explorer, or opening files from within applications etc.etc.)
The obvious symptom on the server is a collection of smbd's at the top
of the 'top' listing. 4 or 5 or so taking
2008 May 28
2
Sockets stuck in FIN_WAIT_1
I have a rather busy Apache 2.2 server; tons of small & some large
requests. It's a standard Dell 2650 server using the bge (broadcom)
network driver.
I seem to have a rather strange problem where after just a day or so
Apache just stops processing new connections. You can connect to port
80, but trying to get Apache to process any data just hangs. There is
nothing strange in