ESX Firewall for Web Interface Open Manage port 1311
Run the following command to access the Web Interface of Open Manage port 1311
esxcfg-firewall -o 1311,tcp,in,OpenManage
esxcfg-firewall -o 1311,tcp,in,OpenManage
Same thing to open a custom port like 5666 which is used by NRPE can be done as follows..
esxcfg-firewall -o 5666,tcp,in,nrpe
Verify the this with exit code
echo $?
Comments