NSX-t do not work as expected with tags

Hi everyone, today’s post is about solving an issue that took me quite a lot of time. The fix turned out to be easy, but it wasn’t obvious, and I still need to find the root cause.

I was working with pfSense (Netgate) in a VMC (AWS) environment. pfSense is a BSD-based firewall with numerous possibilities, including BGP implementation. It can be downloaded in ISO format and installed inside a virtual machine, making it extremely valuable for every lab and usable with support in production environments.

In my environment, pfSense has two Ethernet adapters, each connected to separate segments. One of these segments requires access to the Internet. To accomplish this, I created a tag for that segment and configured the appropriate rule in the gateway firewall, along with a compute group based on that segment.

Unfortunately, pfSense still didn’t have Internet access. Traceroute revealed that the communication ended at T0. Surprisingly, Debian installed in the same network was working fine without any issues—perhaps thanks to the magic of vmtools?

The solution to this configuration problem was to reconfigure the group to use an IP address instead of tags. After making this change, Internet access became available almost immediately.

Now, I will continue to search for the root cause, as I have a feeling that it might be related to the absence of vmtools in pfSense. Does anyone have an idea of what the issue could be?

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

VMware
VMware Workstation and Fusion can be installed and use for free (even for the enterprise)

For a while now, the VMware Workstation (and Fusion for MacOS) can be used without any additional fee for Personal use. That was a great Broadcom news and nice gesture from that software vendor. Recently Broadcom announced that the software will be available for all, even the commercial sector. This …

Linux
Salt, VMware implementation – part 1, introduction

As every IT administrator knows, the infrastructure (meaning storages, compute, VMware virtualisation stack) is just a fundaments to run various operating systems (OS) and finally (containerized) application. Therefore, installation of (let’s call it) infrastructure in the datacenter (SDDC), in that sense is just the beginning of the adventure. No wonder, …