|
|||||||||||
|
Re: netstat shows strange output
From: Noah Meyerhans <noahm(at)debian.org>
Date: Sun Jan 06 2008 - 14:56:15 EST
Probably not, unless you've knowingly configured IPv6 routing and all that; you were probably seeing a lot of IPv4 mapped v6 addresses, which look (in netstat) like ::ffff:66.116.125.131. [1] Disabling v6 is an entirely reasonable thing to do if you don't use it, but is probably not going to do anything about the actual traffic. > tcp 0 0 192.168.1.240:www ba.2c.5646.static:55674 Dropping packets from a host won't magically make all open connections from that host go away. These connections will eventually time out and go away. Until then, unless your web server is *really* resource-starved, these connections aren't causing any significant strain. You should probably read the netstat man page and RFC 793 [2] for info about what those various states mean. For example, a connection in FIN_WAIT2 state is waiting for a packet from the remote host, which you've explicitly forbidden. noah [1] http://en.wikipedia.org/wiki/IPv4_mapped_address [2] http://nwww.faqs.org/rfcs/rfc793.html -- To UNSUBSCRIBE, email to debian-security-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Sun Jan 6 15:23:50 2008 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 06:55:01 EDT |
||||||||||
|
|||||||||||