Delete A Packet Filtering Rule - Digi IX40 User Manual

Table of Contents

Advertisement

Firewall
1. Select the device in Remote Manager and click Actions > Open Console, or log into the IX40
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Determine the index number of the appropriate port forwarding rule:
(config)> show firewall filter
0
action accept
dst_zone any
enable true
ip_version any
label Allow all outgoing traffic
protocol any
src_zone internal
1
action drop
dst_zone internal
enable true
ip_version any
label My packet filter
protocol any
src_zone external
(config)>
4. To enable a packet filtering rule, use the index number with the enable true command. For
example:
(config)> firewall filter 1 enable true
5. To disable a packet filtering rule, use the index number with the enable false command. For
example:
(config)> firewall filter 1 enable false
6. Save the configuration and apply the change
(config)> save
Configuration saved.
>
7. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.

Delete a packet filtering rule

To delete a packet filtering rule:
IX40 User Guide
Packet filtering
793

Advertisement

Table of Contents
loading

Table of Contents