Network management: Difference between revisions

Block all packets from a 1.2.3.0/24
Block all packets from a 1.2.3.0/24
Line 1: Line 1:
= Defense =
== Block all packets from a 1.2.3.0/24 ==
<source lang="console">
$ sudo iptables -I INPUT -s 117.25.128.0/24 -j DROP
</source>
== Making a samba share ==
== Making a samba share ==