Book Image

VMware vSphere 5.5 Essentials

Book Image

VMware vSphere 5.5 Essentials

Overview of this book

Table of Contents (20 chapters)
VMware vSphere Essentials
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Configuring ESXi firewall


To configure the firewall using the vSphere Web Client, follow the steps listed next:

  1. Log in to the Web Client and select the vCenter icon.

  2. Navigate to the list of hosts and select the desired host.

  3. Under Manage, select Settings and go to Security Profile.

  4. Configure firewall ports for both incoming and outgoing data for the host, by clicking on the Edit button.

  5. Select the service you want to enable or disable and make desired changes.

Now we will see how to configure the firewall using the CLI commands using vCLI shell:

  1. After logging on the CLI shell, first check the statistics of the firewall using the following command:

    esxcli network firewall get
    
  2. By default, the firewall should be enabled. However, to alter the state of firewall, following command is used:

    esxcli network firewall set –enabled false
    esxcli network firewall set –enabled true
    
  3. Once the firewall is enabled, use the following command to get the list of current firewall rules:

    esxcli network firewall ruleset...