SV-258769r933368_rule
V-258769
SRG-OS-000480-VMM-002000
ESXI-80-000214
CAT II
10
From an ESXi shell, run the following command:
# esxcli network firewall set --default-action=false
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHostFirewallDefaultPolicy | Set-VMHostFirewallDefaultPolicy -AllowIncoming $false -AllowOutgoing $false
From an ESXi shell, run the following command:
# esxcli network firewall get
If the "Default Action" does not equal "DROP", this is a finding.
If "Enabled" does not equal "true", this is a finding.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHostFirewallDefaultPolicy
If the Incoming or Outgoing policies are "True", this is a finding.
V-258769
False
ESXI-80-000214
From an ESXi shell, run the following command:
# esxcli network firewall get
If the "Default Action" does not equal "DROP", this is a finding.
If "Enabled" does not equal "true", this is a finding.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHostFirewallDefaultPolicy
If the Incoming or Outgoing policies are "True", this is a finding.
M
5562