How to block a specific protocol using iptables firewall? For example block Yahoo messenger?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Well, in this case you probably want to block the ports Yahoo Messenger uses, not the protocol (which is TCP/UDP, used by almost everything else). Based on this list, I would start with port 5050 outbound and perhaps add more:
Once you have a set of rules that you have determined is sufficient, don't forget to save them with |
|||