Category: Networking

Networking System Center Virtualization Windows Windows Server

Server 2012 R2 “does not have a network adapter available to create a virtual switch” when configuring VDI

Reading Time: 2 minutesI recently ran into this issue when doing an all-in-one VDI install, on top of a server that had been used for other things in the past. The “quick start” VDI option is supposed to essentially do everything for you, but I ran into this issue. “The Server does not have a network adapter available […]

Matt Hansen 
Networking

Wireshark not equal to filter

Reading Time: < 1 minuteI came across this today and thought I’d share this helpful little wireshark capture filter. Based on wireshark’s documentation if you use “ip.addr != 10.10.10.10” that should show you everything except for packets with the IP addrress 10.10.10.10. The problem is … it doesn’t work. It turns yellow like this, and doesn’t filter that IP. […]

Matt Hansen