I was setting up Blacklistd. With the detail from this page
I don't understand some of the english or the description when it gets down to this line
ipfw -q add 2022 drop tcp from table(port22) to any dst-port 22
I am using ipfw. Is that above command the way to activate spesific parts of the block for a specific program? Please send me a few more example commands with the above format. For example what is the command for a email server? What is the command for a web server? And so on. Yeah obviously change the ports. Is that command really all that literal with words like "from" in the command you do in terminal? It seems strange, the command format. So I want more examples before I try doing the command. Please. Thanks!
I don't understand some of the english or the description when it gets down to this line
ipfw -q add 2022 drop tcp from table(port22) to any dst-port 22
I am using ipfw. Is that above command the way to activate spesific parts of the block for a specific program? Please send me a few more example commands with the above format. For example what is the command for a email server? What is the command for a web server? And so on. Yeah obviously change the ports. Is that command really all that literal with words like "from" in the command you do in terminal? It seems strange, the command format. So I want more examples before I try doing the command. Please. Thanks!