Lately I have been getting "400 Sorry, no more free nodes. Try again later"
rather frequently from BBBS. I currently run the 22 node version of BBBS. I am >thinking I am just getting spambot'ed. Although, (It may not be related) I di
perform a recent BBBS upgrade. Short of restarting BBBS, is there a way to clear the nodes (I.E delete node busy files) without the necessity to restart BBBS?
I am using iptables to manage inbound connections and have for some time now. The free nodes issue has just been a recent occurrence I.E., the last couple three weeks. In checking I don't see a sudden increase in IP activity.
I have had four new BBS users create accounts in the last week. Something I am
always happy to see. :-)
Is it from someone like Yandex that fills up your nodes? That started happening here.. so I use this line to keep them off the bbs nodes:
iptables -A OUTPUT -p tcp -m string --string "block-me.com" --algo kmp -j REJECT
That is all one line, and of course you change "block-me.com" to the name of the site that is nailing your system... works well here.
Is it from someone like Yandex that fills up your nodes? That started
happening here.. so I use this line to keep them off the bbs nodes:
iptables -A OUTPUT -p tcp -m string --string "block-me.com" --algo kmp -j
REJECT
That is all one line, and of course you change "block-me.com" to the name of >> the site that is nailing your system... works well here.
Here a domain name doesn't show up, just an IPv4 address.
I have started to
add the IP's to block them. I was looking for a way to limit x connection attempts from the same IP address within x seconds. And decided to use the command line:
iptables -A INPUT -p tcp --dport 23 -i eth0 -m state --state NEW -m recent --update --seconds 10 --hitcount 3 -j DROP
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,038 |
Nodes: | 15 (0 / 15) |
Uptime: | 44:30:25 |
Calls: | 500,199 |
Files: | 95,197 |
D/L today: |
222 files (26,630K bytes) |
Messages: | 465,909 |