j
k
j a
j l
On 26/01/2022 08:58, Marius Petrescu wrote:
and drop all other RIP from anywhere else iptables -A INPUT -p udp -s 44.0.0.1 --dport 520 -j DROP
iptables -A INPUT -p udp -s 44.0.0.1 --dport 520 -j DROP
Of course, this should be
iptables -A INPUT -p udp --dport 520 -j DROP
Sorry...
Back to the thread
Back to the list