Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
iptables -I INPUT -s IP_ADDRES -j ACCEPT
- will insert the rule at the very beginning of the INPUT chain.
iptables --line-numbers -nL
iptables -I INPUT 3 -s IP_ADDRES -j ACCEPT
write a rule for these IPs and put it above the connlimit rule
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question