network iptables addrule accept network
Adds a network ACCEPT rule to the iptables firewall for the appliance.
User Access
admin
Syntax
network iptables addrule accept 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 accept network -net 10.124.93.157 -mask 255.255.254.0 ACCEPT rule added for 10.124.93.157/255.255.254.0 network Command Result : 0 (Success)