Advertisement
kazoda

esxi firewall disable

Nov 19th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. ~ # cat /etc/rc.local.d/local.sh
  2. #!/bin/sh
  3.  
  4. # local configuration options
  5.  
  6. # Note: modify at your own risk!  If you do/use anything in this
  7. # script that is not part of a stable API (relying on files to be in
  8. # specific places, specific tools, specific output, etc) there is a
  9. # possibility you will end up with a broken system after patching or
  10. # upgrading.  Changes are not supported unless under direction of
  11. # VMware support.
  12.  
  13. /sbin/esxcli network firewall unload
  14.  
  15. exit 0
  16. ----
  17. http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2005284
  18.  
  19. ----
  20. ~ # esxcli network firewall get
  21.    Default Action: PASS
  22.    Enabled: false
  23.    Loaded: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement