Anyone know how to block ip's in Serv-u?

Passions

Diamond Member
Feb 17, 2000
6,855
3
0
Whenver I add an ip to block in serv-u, no one can log in then! What is the difference between
the IP Access menu under Users and Activity? You just put Deny access and add the ip right? ARG
 

Fandu

Golden Member
Oct 9, 1999
1,341
0
0
The filters are applied in the order listed. So if you want to block 127.0.0.1, then you would have:

127.0.0.1 DENY
*.*.*.* ALLOW


If you don't have the second line, then everyone gets blocked.
There are 3 IP blocking lists. One for each domain, one for each user, and one for each group. If you just want to ban a user from your server, then you would use the domain list, and I would suggest masking off the last 8 bits. So instead of 127.0.0.1, you should use 127.0.0.*