Test Firewall installation Published on Sep 13, 2026
Print
Copy page Copy as Markdown for LLMs View as Markdown View the page as plain text
Open in ChatGPT Ask ChatGPT about this page Open in Claude Ask Claude about this page Prev Next Test Firewall installation to make sure Firewall is installed and working properly.
You must have enabled Firewall.
Add a rule to block SSH to a particular system.
/opt/McAfee/ens/fw/bin/mfefwcli --fw-rule-add --index 1 --name "BlockSSH" --action deny --direction out --proto tcp --log enable --remote-service 22 --remote-single x.x.x.x
Violate the added rule by trying to SSH to that machine.
ssh user name@machine IP
Verify that SSH is getting blocked for that IP in:
/var/log/messages
Verify your Firewall installation using this log file:
/tmp/enslfw-epo-setup.log
Was this article helpful?
Yes No
Related articles
Endpoint Security (ENS) > ENS 26.x > Trellix Endpoint Security (ENS) 26.x - Firewall Product Guide - Linux > Configure Firewall on standalone systems
Endpoint Security (ENS) > ENS 26.x > Trellix Endpoint Security (ENS) 26.x - Firewall Product Guide - Linux > Configure Firewall on standalone systems
Endpoint Security (ENS) > ENS 26.x > Trellix Endpoint Security (ENS) 26.x - Installation Guide - macOS > Install software on a standalone Mac > Test the installation