Disabling vmware firewall

~ # esxcli network firewall get
   Default Action: DROP
   Enabled: true
   Loaded: true
~ # esxcli network firewall set --enabled false
~ # esxcli network firewall get
   Default Action: DROP
   Enabled: false
   Loaded: true
~ # esxcli network firewall unload
~ # esxcli network firewall get
   Default Action: PASS
   Enabled: false
   Loaded: false

~ #

~Sujith Emmanuel

Comments

Popular posts from this blog

How to add a disk to LVM

How to configure proxy for common linux apps

How to migrate MediaWiki?