Greetings, All!
Last few days I've noticed there are lots of connections to my box stuck in
... more of the same following, up to about 60. Foreign addresses rotate from a pool of about 15 addresses, several of which are grouped in few /24s, others are seemingly unique (this data is collected in about half on hour via observation and shell one-liners, so it might be incorrect). Each host opens 50-60 connections, after they disappear the next one starts. Nothing unusual in web server's logs, apart from standard garbage.
The box is a small personal server running a handful of jails, including a personal web site, hid behind a pf(4) (the machine is directly connected to the Internet 24/7).
The funny thing is I've noticed this since network LED usually doesn't blink that much. Any idea what is this and if or what should I do about it? Thanks!
Last few days I've noticed there are lots of connections to my box stuck in
SYN_RCVD
:
Code:
root@bb:~ # netstat -4n
Active Internet connections
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 192.168.0.245.80 167.114.41.148.42781 SYN_RCVD
tcp4 0 0 192.168.0.245.80 167.114.41.148.6393 SYN_RCVD
tcp4 0 0 192.168.0.245.80 167.114.41.148.62556 SYN_RCVD
tcp4 0 0 192.168.0.245.80 167.114.41.148.29530 SYN_RCVD
tcp4 0 0 192.168.0.245.80 167.114.41.148.56068 SYN_RCVD
tcp4 0 0 192.168.0.245.80 167.114.41.148.27180 SYN_RCVD
tcp4 0 0 192.168.0.245.80 167.114.41.148.36199 SYN_RCVD
...
The box is a small personal server running a handful of jails, including a personal web site, hid behind a pf(4) (the machine is directly connected to the Internet 24/7).
The funny thing is I've noticed this since network LED usually doesn't blink that much. Any idea what is this and if or what should I do about it? Thanks!