I'm trying to block specific ip address traffic using this:
sudo iptables -A INPUT -s 192.148.10.209 -j DROP
Does an ip address catch all exist where I could block all addresses on 192.148.10.* using the above command?
I'm trying to block specific ip address traffic using this:
sudo iptables -A INPUT -s 192.148.10.209 -j DROP
Does an ip address catch all exist where I could block all addresses on 192.148.10.* using the above command?