Answer the question
In order to leave comments, you need to log in
How to close completely UDP?
Hello.
Please give a command to IPTables to close all UDP ports.
Answer the question
In order to leave comments, you need to log in
-A INPUT -p udp -m udp --dport 0:65535 -j DROP
In theory, it should be easy to google.
If we discard the fact that DNS works on UDP, NTP is like this:
iptables -I INPUT -p udp -j DROP
What for? Clog the channel with UDP traffic? Then it won't help.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question