Skip to content

Instantly share code, notes, and snippets.

@corysolovewicz
Created October 31, 2018 23:48
Show Gist options
  • Save corysolovewicz/85b7527876d19452221149ebd3e86db0 to your computer and use it in GitHub Desktop.
Save corysolovewicz/85b7527876d19452221149ebd3e86db0 to your computer and use it in GitHub Desktop.
Install iPerf for ESXi v.6.7
# download the iPerf Offline Bundle
wget http://vibsdepot.v-front.de/depot/bundles/iperf-2.0.5-1-offline_bundle.zip
# Copy the file up to your ESXi 6.7 server i.e. /vmfs/volumes/datastore1/ISOImages and install with the --no-sig-check option.
esxcli software vib install -d /vmfs/volumes/datastore1/ISOImages/iperf-2.0.5-1-offline_bundle.zip --no-sig-check
# It installs into /opt/iperf/bin
/opt/iperf/bin/iperf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment