Main Menu

Search

LINUX: Firewall-Cmd Command To Check If Masquerade Is Enabled?

Below is command to use. Replace zone name external to zone name in which you want to check the masquerade status.

# firewall-cmd --zone=external --query-masquerade

Below command can also be used which will output all the settings.

# sudo firewall-cmd --zone=external --list-all

No comments:

Post a Comment