X
X
xSQL2019-07-31 18:00:59
linux
xSQL, 2019-07-31 18:00:59

How to find out who restricts access from IP?

The point is this. There is a bot (django -> gunicorn -> nginx -> debian 9 -> dedic 24 core 64gb ram). The server accepts about 100 requests per minute, after which the callback stops accepting. Suspicions that something from the chain above restricts requests from one IP. IPtables is not installed. there are no restrictions in nginx configs. What other software can restrict connections from one IP?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
paran0id, 2019-07-31
@paran0id

say iptables-save and see if there are rules potentially limiting your requests
exclude nginx - send requests directly to gunicorn, measure the result
monitor the number of connections
look at the logs for too many open files

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question