Hi How can I block a single IP from accessing my server with ISPConfig/bastille? Cannot find how to put this in bastille firewall Thank you very much!
Well !!! By iptables -A INPUT -p ALL -s x.x.x.x -d $localdomain -j DROP bastille uses iptables . Today most of thr ips are dynamic ... drop its all subnet but could not work anyway ...