Recently in Vmware Category
I keep having issues with my cisco firewall and my ESX virtual machines. I found a simple way to disable the ESX firewall for good and its a supported way to do it.
1. ssh into the ESX management host as root
2. run this command "/usr/sbin/esxcfg-firewall --allowIncoming --allowOutgoing"
3. done
Thats is more info can be found in the the esxcfg-firewall man page.
