I'm having a lot of problems from visitors coming from nigeria and romania and I would like to disable those 2 countries
Any idea on how to do it?
thanks in advance
sebans
I'm having a lot of problems from visitors coming from nigeria and romania and I would like to disable those 2 countries
Any idea on how to do it?
thanks in advance
sebans
LOOOOL
Hurray for freedom!!!!
This can be done with iptables checking ip's. But hey... c'mon... just learn to cope with it or sometime you wont allow anyone!
I'd like to deny this block 219.236.0.0 - 219.237.255.255 using Iptables.
Is there a shorthand to blocking this range or do I have to do each line manually?
thanks.
iptables -A INPUT -s 219.236.0.0/16 -j DROP
that will do.
cPanel Certified Specialist
http://www.admin-ahead.com
https://ticketforge.com
AIM: tux image Skype: admin-ahead
that easy eh?![]()
can you explain how that works? (Just so I know for future reference.)
thank you.
255.255.0.0 ==> 11111111.11111111.00000000.00000000
thatz 16 bit empty at the last so its: 219.236.0.0/16
use this same concept and it will sure help.
cPanel Certified Specialist
http://www.admin-ahead.com
https://ticketforge.com
AIM: tux image Skype: admin-ahead