09-16-2020 02:59 PM
Hello everyone,
I have a small Firepower 1010 appliance without FMC. One requirement here is to block pings to the IPs of the device / its interfaces.
My research revealed that this setting can be set in the FMC via the platform settings using ICMP rules.
But since I only manage the appliance via the FDM, how can I block incoming pings directed to the firewall itself? Within the WebUI I did not find a corresponding setting, the same applies to the CLI.
Cheers and thanks!
Solved! Go to Solution.
09-16-2020 07:58 PM
Hi
At the bottom of the main dashboard on FDM, go to Advanced Configuration.
Create a Flexconfig Object like:
icmp deny any inside
and the following command on negate field:
no icmp deny any inside
It could also be:
icmp permit x.x.x.x 255.255.255.0 inside
and the following on negate field:
no icmp permit x.x.x.x 255.255.255.0 inside
Then attach this object on Flexconfig policy and deploy the config.
The platform setting ICMP configuration on FMC pushes this configuration directly to lina and let you avoid creating a manual flexconfig.
09-16-2020 07:58 PM
Hi
At the bottom of the main dashboard on FDM, go to Advanced Configuration.
Create a Flexconfig Object like:
icmp deny any inside
and the following command on negate field:
no icmp deny any inside
It could also be:
icmp permit x.x.x.x 255.255.255.0 inside
and the following on negate field:
no icmp permit x.x.x.x 255.255.255.0 inside
Then attach this object on Flexconfig policy and deploy the config.
The platform setting ICMP configuration on FMC pushes this configuration directly to lina and let you avoid creating a manual flexconfig.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide