Using pcap filters with pktcap-uw on ESXi
A feature that was introduced in vSphere 7 is the ability to use pcap (tcpdump) filters with pktcap-uw. One of the use cases where this can be useful is filtering for TCP control bits.
A feature that was introduced in vSphere 7 is the ability to use pcap (tcpdump) filters with pktcap-uw. One of the use cases where this can be useful is filtering for TCP control bits.
The nested ESXi appliances that William Lam provides to the community are great resources for testing. But what about interoperability? Can you run a nested ESXi 7 VM on a ESXi 6.7 server? Unfortunately the answer is; it depends. We can’t all be early adopters right? I currently work in …
Recently I found my self having to recover a VM that had most of it’s files deleted. They were removed by a script that was intended to clean up a staging datastore. Unfortunately the VM in question was left on that staging datastore and the script did it’s magic. The …
Introduction It’s been a while since I’ve posted a blog. We’ve been extremely busy on our day to day jobs, but that does not mean that we are losing focus or that we don’t have anything to write about! Today I got another great quick blog for you guys surrounding …
Today I had an experience that was not very different than some of the ‘I was today years old’ memes which are floating on the web. I was working on a script to detach a LUN on all hosts within a cluster when I stumbled on a contribution from LucD …
The problem In my homelab I’m using a server which contains both Gigabit and 10GbE NICs. When I first deployed ESXi version 7.0U1 the list of devices looked like this.
1 2 3 4 5 |
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description ------ ------------ -------- ------------ ----------- ----- ------ ----------------- ---- ----------- vmnic0 0000:02:00.0 nmlx4_en Up Down 0 Half xx:xx:xx:xx:xx:xx 1500 Mellanox Technologies MT27500 Family [ConnectX-3] vmnic1 0000:03:00.0 igbn Up Up 1000 Full xx:xx:xx:xx:xx:xx 2018 Intel Corporation I211 Gigabit Network Connection vmnic2 0000:04:00.0 igbn Up Down 0 Half xx:xx:xx:xx:xx:xx 2018 Intel Corporation I211 Gigabit Network Connection |
In this system the Mellanox isn’t connected to a switch (yet). So I didn’t notice this straight away. But …
After careful consideration I decided on what to buy for my first homelab server as explained in part 1. Having used corporate laptops as my daily driver for the better part of the last two decades I seriously can’t remember when I last built a PC. So using a barebones …
The coming months I’ll be focussing a lot on education and certification and for this purpose having access to a lab environment is crucial. Now, I used to have the luxury of having a couple of blade servers at work that I could use for this but as I switched …
Introduction In todays big webcast VMware made some interesting announcements for all VMware vSphere, vSAN and VMware Cloud Foundation (VCF) enthusiasts. I’ve been working with most new additions for a couple of weeks now and today the next major update in the vSphere portfolio was publicly announced with VMware vSphere …
Introduction A couple of weeks ago I started upgrading an environment that is configured with VMware vSAN. This on itself isn’t a difficult task nowadays. It does however become somewhat problematic if you receive all sorts of errors on the vSAN cluster after upgrading a couple of ESXi hosts, that …