User Guide DDOC0199-000-A9
1-Slot Data Transport System (CSfC) 13 - 17 Command Line Interface
© 2024 Curtiss-Wright Defense Solutions Revision 1.0
Line Identifier
FIREWALL .............................Current fireWall status
Enumerated types
<summary> ............................Command status summary (OK, ERR)
Example: Display firewall status
Example: Unmask firewall
Example: Start firewall
Example: Enable firewall at boot
Example: Stop firewall
Example: Disable firewall at boot
Example: Mask firewall
Example: Restart firewall
Example: Reload firewall permanent rules
Example: Add eth0 to firewall
Example: Add ftp service to firewall
Example: Remove ftp service from firewall
Example: Add udp port 7777 to firewall permanently
Example: Remove udp port 7777 from firewall permanently
Example: Pass command to firewall-cmd
fwall --status
fwall --unmask
fwall --start
fwall --enable
fwall --stop
fwall --disable
fwall --mask
fwall --restart
fwall --reload
fwall --add --iface --eth0
fwall --add ftp
fwall --rem ftp
fwall --add --perm --port 7777 udp
fwall --rem --perm --port 7777 udp
fwall --cmd "--list-services"