VMware Cloud Community
sdey4119
Contributor
Contributor

vCenter 6.5 Appliance Firewall

With Flash Player no longer supported and can't use the vSphere Web Client Flash Version I'm trying to follow the instructions on managing the vCenter Server/Appliance's Firewall Configuration:

 
Procedure
  1. On the vSphere Web Client main page, click Home > Administration > System Configuration.
  2. Under System Configuration, click Nodes.
  3. Under Nodes, select a node and click the Manage tab.
  4. Select Firewall and click Edit.
  5. Edit the firewall settings. Option. Action. Add a firewall rule. ...
  6. Click OK to save your edits

These steps no longer work as it simply takes you to https://vcenter:5480 when you click the node link and vCenter 6.5 doesn't have the Firewall tab like 6.7 and later versions. How does VMware expect you to manage the firewall configuration of your vCenter Server/Appliance now? I'd prefer to not have to Putty/SSH into the server and update the firewall config manually, I want a GUI Option.

sdey4119_0-1621562027246.png

 

Reply
0 Kudos
1 Reply
reptw144
Contributor
Contributor

Hi, you may use iptables on the bash shell.

You can use the command "iptables --list" to see the current firewall rules

Also you can check the man page for more information about the package: https://linux.die.net/man/8/iptables 

If you have specific needs tell more about it.

Kinds regards

Reply
0 Kudos