Forum Moderators: bakedjake
Check `man hosts.deny`, in the "PATTERNS" secction (well, it's the same man page as "hosts.allow").
To block a range of IP addresses, you have to use networks and netmasks.
To designate IPs from 71.80.0.0 to 71.95.255.255, the network is 71.80.0.0, and the netmask is 255.240.0.0.
So you will have to use: `smtp : 71.80.0.0/71.240.0.0`, in your "/etc/hosts.deny" file.
If you want/need more informations about networks/netmasks, I don't have ultimate links, but you might try [en.wikipedia.org...] and the links given at the bottom of the article...
[edited by: Mathieu_Bonnet at 5:17 pm (utc) on Dec. 21, 2006]