How do I configure iptables so that only UDP
packets that contain a specific string are allowed as an INPUT
?
For example, I would like only UDP
packets that contain the string version
to be allowed.
How do I configure iptables so that only UDP
packets that contain a specific string are allowed as an INPUT
?
For example, I would like only UDP
packets that contain the string version
to be allowed.
You can use a iptables extension for doing this.
Here is a link where you can read about string matching with iptables from the web
You can of course doing what you expect with this technique. Good reading !