Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe
Tagged

vmware esxi

A collection of 2 posts

vmware esxi

VMware ESXI packet capture

Packet capture for a port : tcpdump-uw -i vmk0 -s 1514 port 123 Increase the verbosity : tcpdump-uw -i vmk0 -s 1514 -vvv View traffic for a host : tcpdump-uw -i vmk0 -s 1514 host x.x.x.x Capture for specific port : tcpdump-uw -i vmk0 -s 1514 port not 21 and port

  • amit
amit Apr 29, 2014 • 1 min read
vmware

Starting and stopping vmware from linux shell

View The list of Virtual Machines: vmrun -T server -h https://localhost:8333/sdk -u root -p list Stopping a Virtual Machine: vmrun -T server -h https://localhost:8333/sdk -u root -p stop "[standard] /host.vmx" Starting A Virtual Machine: vmrun -T server -h https://localhost:8333/

  • amit
amit Jan 29, 2012 • 1 min read
Amit's Blog © 2025
Powered by Ghost