Tag Archives: Security
Configure IPSec VPN tunnels with terraform in Cloud Director 10.x
In my previous blog post, I showed you how to configure IPSec VPN tunnels from within the Cloud Director GUI. But what if you want to automate this repetitive task? In this blog post I will explain how you can achieve this with Terraform. Configuring and maintaining the IPSec VPN tunnels will become more easy…
Configure IPSec VPN tunnels in Cloud Director 10.x
This is a quick blog post on how to configure IPSec VPN tunnels in Cloud Director with a NSX-T backed Edge node. To get this working, we need to configure the remote endpoint with the matching IPSec VPN configurations as in Cloud Director. Requirements In order to configure a site to site IPSec VPN tunnel…
Analyzing NSX-T network flows with NSX Intelligence
Ever wonder how to analyze the flow of an application on a NSX-T logical segment? There are a few ways to do so, but in this blog post we will use NSX Intelligence. We can eventually use the recommendations to create firewall rules in NSX-T to secure the application. Requirements NSX-T environment configured with Edges…
How to configure Virtualization based security (VBS) and Guard Credentials with vTPM in vCenter 7.0 U2
Virtualization Based Security (VBS) is a Microsoft Windows feature that was introduced in Windows 10, Windows Server 2016 and higher. Microsoft VBS uses hardware virtualization features to create and isolate a secure region of memory from the normal operating system. For example, Windows can use this isolated memory space to store credentials (Credential Guard) to…