Forum broken!
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
Forum broken!
I'm very sorry to say that this forum seem to be broken (all attempts to post or reply result in a 403 or 405 response) and I don't know how to fix it.
-
- Posts: 7
- Joined: Tue 03 Apr 2018, 11:59
Re: Forum broken!
Working for me, if you can read this.
pt
pt
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
Re: Forum broken!
Here's the proof that the forum is actively under attack.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
Re: Forum broken!
It's widespread:
You do not have the required permissions to view the files attached to this post.
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
Re: Forum broken!
It is entirely likely that my hosting provider will suspend the site entirely, because the DDoS attack causes it to exceed the limits in the hosting agreement. This will of course shut down not just the forum but also the Wiki, the server for the in-browser version of BBCSDL (wasm.bbcbasic.net) and all the other BBC BASIC resources hosted there.
There's only a very limited amount I can do in mitigation, because I deliberately relinquished admin access to this forum, and as an ordinary member I can't change any settings (such as blocking guest access); only the forum's owner can do that. The only thing I could do is to delete or disable the forum altogether by removing files.
There's only a very limited amount I can do in mitigation, because I deliberately relinquished admin access to this forum, and as an ordinary member I can't change any settings (such as blocking guest access); only the forum's owner can do that. The only thing I could do is to delete or disable the forum altogether by removing files.
-
- Posts: 50
- Joined: Thu 05 Apr 2018, 14:08
Re: Forum broken!
Who is the forum owner? Can you PM them? An interim - though unsatisfactory - solution is to require login to view the forum. That's what several forums I use have been forced to do. I reduced the load on the BeebWiki by taking it offline for a couple of days and examining the logs, very quickly having to learn some php admin skills which I hadn't planned on diverting my time to, and blocking URI fetches that match the attacking behaviour.
* I now block everything with 'bot' in the User Agent string, which unfortunately includes Google.
* I noticed near to all spam accesses had more than two ?queries, so I blocked everything with more than two ?queries. Unfortunately, that breaks advanced history searching, so will have to be tweeked a bit.
* I added something called 'Blackhole' which tricks non-humans into accessing a URI that results in their IP address beign blacklisted and access blocked.
* I now block everything with 'bot' in the User Agent string, which unfortunately includes Google.
* I noticed near to all spam accesses had more than two ?queries, so I blocked everything with more than two ?queries. Unfortunately, that breaks advanced history searching, so will have to be tweeked a bit.
* I added something called 'Blackhole' which tricks non-humans into accessing a URI that results in their IP address beign blacklisted and access blocked.
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
Re: Forum broken!
Things seem to have improved this morning. The number of 'guests' has diminished greatly since last night, when the forum was mostly inaccessible because of resources being exceeded, but we'll have to see whether that indicates the end of the attack or is just a temporary lull.
I discovered that I could block individual countries at my hosting provider, and since most reports suggest these attacks are coming from China I've experimentally blocked access from there. Apologies to any genuine Chinese forum members there might be!
I discovered that I could block individual countries at my hosting provider, and since most reports suggest these attacks are coming from China I've experimentally blocked access from there. Apologies to any genuine Chinese forum members there might be!
-
- Posts: 458
- Joined: Tue 18 Jun 2024, 09:32
Re: Forum broken!
He is aware, yes.
As you say, that's not a very satisfactory solution and I'll only suggest it as a last resort.An interim - though unsatisfactory - solution is to require login to view the forum. That's what several forums I use have been forced to do.
The particular (cheap) hosting package I am using does not provide a conventional cPanel (or similar) but rather a 'dashboard' with very restricted control. So my options are limited in respect of some of the things you've tried (nor is my understanding of them sufficient).