VictorMorenoJimenez / tfg2020

Final Degree Project ETSIIT Granada
GNU General Public License v3.0
2 stars 0 forks source link

Add iptables blcok rule for port 111 #67

Closed VictorMorenoJimenez closed 4 years ago

VictorMorenoJimenez commented 4 years ago

iptables -I INPUT -p udp --dport 111 -j DROP

iptables -I INPUT -p tcp --dport 111 -j DROP