network iptables addrule drop network

Adds a network DROP rule to the iptables firewall for the appliance.

User Access

admin

Syntax

network iptables addrule drop network -net<IP_address> -mask <netmask>

Argument(s) Shortcut Description
-net <IP_address> -n Specifies the IP address for the network you are adding the rule for.
-mask <netmask> -m Specifies the network mask for the network you are adding the rule for.

Example

psesh:>network iptables addrule drop network -net 172.20.11.212 -mask 255.0.255.0
DROP rule added for 172.20.11.212/255.0.255.0 network
Command Result : 0 (Success)