Home » Virtualisation » VMware VLAN and pfSense setup for your homelab

VMware VLAN and pfSense setup for your homelab

For those who want to go the extra mile in their homelab builds and wish to further isolate network traffic, the easiest solution is to implement VLANs. Possibly a VMware homelab paired with pfSense virtual router are the most popular configuration. The purpose of this article is to quickly cover the basics when it comes to creating VMware VLAN setup. This article follows the creation of VLANs created on physical TPlink switches used for Production and Fail-over. When implementing VLANs all the pertinent network ports need to support the VLAN tagging. This includes VMware virtual switches, routers and physical switches involved in the process. Making reference to the network diagram used in the previous article the idea in this case of create a Port Group specific for each VLAN and also add the VLAN ID. This allows for any VM part of a group to be configuration free. All the tagging is done somewhere else. VMware supports 3 types of VLAN tagging: External Tagging (EST), Virtual Switch Tagging (VST) and Virtual Guest Tagging (VGT). This article focuses on the VST method.

How does VMware and VLAN work with pfSense?

VMware virtual Switches can tag VLAN traffic before leaving the uplink network card and reach a physical switch and connect to another VMware vSphere Host part of the same vCenter deployment. In order for the VMs across different Hosts to communicate over a VLAN it is important both the virtual switches and the physical switches support the same VLAN configuration. All this traffic is managed at a Layer2. With reference to the ISO-OSI 7 layers model, the second layer is the “Data Link”. This is where switch and bridges devices work to transmit data between location. What if one network on a VLAN needs to communicate with a different one on a separate VLAN ID? For example the SQL VLAN and the Applications VLAN? This is where the routers (or even some advanced Layer3 switches) come into play just routing traffic from one network to another. Routers work at Layer3 “Network” and can switch packet to other networks. And the is where a virtual router like pfSense tops up the VMware VLAN configuration for homelab environments. This article focuses on the VMware side of things. The previous article covers the physical side from a network switch point of view. Next an article series on pfSense and how to support VMware VLAN configuration.

Putting all together

In this example, the VMware homelab supports different environments. Each one is isolated in its own VLAN and VMware Port Group: Production, LAB (for Dev and Testing), Nested (to run additional hypervisors like Hyper-V and Nutanix AHV inside VMware) and separate Network for the VSAN traffic. There are also 3 system Port Groups to further separate the Management Network from the ones used for Hot and Cold Provisioning. As a special Port Group, an additional one where the Port Group VLAN configuration is in “Trunk Mode” and will be used by pfSense to trunk all connections to the firewall. The pfSense firewall will manage the connections between different networks sitting on different VMware VLAN.

In particular the pfSense (or any other VLAN capable router) will have two network cards. One communicating with the external world and the other communicating with all VLANs. All Intel NUC Hosts share the same configuration and use the blue cable for the Management Network, Green for all Provisioning and Orange for all VM traffic.

domalab.com VMware VLAN and pfSense In this example the second pfSense network card is part of the “0-4094 LAN Trunks” Port Group. This VMware Port Group has the VLAN enabled in trunk mode with all possible VLAN IDs. This Port Group uses as uplinks the Green and Orange, which are exactly the physical connections used for the VLANs. By selecting VLAN trunking option in the VLAN setting just for this Port Group it is possible to specify which VLAN IDs the Port Group will “in/egress” through the Port Groups uplinks. From 0 to 4094 is a sort of catch all and of course it posibble to restrict these only to the desired ones. For example from 0 to 100 and 1000, 2000 and 3000 the value would be something like 0-100,1000,2000,3000. Only this range and specific ones will be allowed to transit.

domalab.com VMware VLAN and pfSense

The pfSense virtual machine will also have a network card part of the Management Port Group. This allows not only the option to access the pfSense for management operations but also the ability for pfSense to reach the internet and act as a web proxy for the VMs in the segregated VLANs. Also it is worth noticing the VMs have access to the internet through the pfSense router only.

domalab.com VMware VLAN and pfSense

When moving to the other Port Groups the concept is similar. It is matter of creating the required Port Group and make from each VMware Host it includes the dedicated VMkernel and network cards. This way for example it possible to direct a special type of traffic (let’s say vMotion or Provisioning) to particular VMnic, routing table and VLAN.

domalab.com VMware VLAN and pfSense

Of course in this case the VLAN type will use the dedicated VLAN ID.

What it is important for each Port Group and especially when creating VMware VLAN, is to associated the intended active uplinks. To make things easier the advice is to use a nice naming convention maybe based on color coding. Uplinks are managed by the VMware virtual Switch configuration. In this example both the vMotion and Provisioning networks share the same green cable using two separate VLANs “21” and “22”.

A similar approach of course can be adopted for the other traffic types. For example separating Prod, Dev, Test and Storage Networks. The sample below shows the VM Production Port Group using the VLAN 30. Across all VMware Hosts the vmnic33 is the uplink dedicated to the VM traffic for different environments.

domalab.com VMware VLAN and pfSense

As per usual it is important to check the VLAN ID each Port Group will use. VMs in Production will use VLAN ID 30. And these will share the same Orange uplink cable together with other VLANs for Dev and Test on 31, nested into other hypervisors on 32 and still separate from VSAN traffic on 33. And the list could go on.

domalab.com VMware VLAN and pfSense

One final bit worth checking when configuring VMware VLAN is to make sure these are using specific VMkernels. Typically when creating VLANs these are sitting on separate domain broadcasts which might contain the same VLAN IDs, making them easier to recognize. By creating additional VMkernels, the right traffic type will be automatically routed through the appropriate routing table, with a specific Gateway IP Address. In addition all packets will be contained within same domain broadcast making networks more efficient.

Tags

About the author

Michele Domanico

Passionate about Virtualization, Storage, Data Availability and Software Defined Data Center technologies. The aim of Domalab.com is sharing with the Community the knowledge and experience gained with customers, industry leaders and like minded peers. Always open to constructive feedback and new challenges.

9 Comments

Click here to post a comment

Leave a Reply

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

  • I’m sort of trying to do this now at work — does this only work on distributed switches, or can it be done on standard vswitches?

    • Hi Joseph,
      Port Groups and VLANs are available on virtual Standard Switches too! Enjoy 🙂
      Thanks,
      Michele

      • so, I’ve been struggling with this, and wonder if you can weigh in. I can make VLANs talk to eachother on vmware through a single vswitch (no default gateway, can ping between subnets on same vswitch) but I cannot seem to make these communicate through or to PFSENSE. I have a similar setup where I’m doing a catch all vlan network that is on the pfsense, along with a “wan” network on the pfsense, but cannot ping pfsense from the vm, or ping the vm from pfsense. I have vlans setup on pfsense, assigned to the catch all network, routing, etc. Any thoughts where I might be going wrong?

        Esxi 6.5 in this lab, no vcsa

      • Hi Joseph,
        VMs should use the pfSense as gateway. What are pointing at? Also make sure you create specific rules to allow desired traffic between VLANs (eg. ICMP/SSH/HTTPS/SMB etc..).
        Just an idea did you create a firewall rule to allow at least ICMP to the VLAN gateway addresses? This is what I had to add as by default pfSense is blocking all traffic except the one explicitly allowed through the rules. Also make sure to create the rules on the pertinent interfaces. I prefer to use these ones rather the “Floating” one. And btw the Floating one has precedence over the others in a sense it is processed first.
        Another way to approach this is to create a rule to allow all and close one bit at a time to see what you actually need.
        Hope this helps,
        Michele

      • Hi Michele, thanks for the response. Don’t wanna annoy too much, but here’s my setup, more or less.

        Vmware setup:
        Single host, esxi 6.5, single vswitch, 4xPort groups.
        Vlan 98 port group(devtest), Vlan 99 Port group (Prod), Catch All Port group VLAN 4095, Vmnetwork (WAN acting to switches)

        Devtest box has Vlan 98 nic assigned. x.x.90.1 assigned as Default gateway
        Prod box has Vlan 99 nic assigned x.x.70.1 assigned as Default gateway
        Pfsense has Catch all 4095 and Vmnetwork assigned.

        Pfsense setup:
        Gateway for Vlan 98 x.x.90.1
        Gateway for Vlan 99 x.x.70.1
        Not worried about WAN gateway for now..

        Vlan 98 and 99 assigned to catchall NIC, so I see 4 nic assignments (wan, lan, vlan 98, vlan 99)

        Firewall Rules: I have currently allowed ANY TO ANY for all nics, any service. Trying to blow this wide open.
        Floating rule has been deleted.

        With this setup, I cannot ping pfsense from the VM, or ping the VM from pfsense, and am currently at a loss as to what I’m missing.

        Should my VMs be using pfsense LAN address as a gateway as opposed to ones I’ve created for my VLANs? (it is different from my VLAN subnets)

        Really appreciate your response and articles!

    • Michele – I figured it out and its embarrassing. My firewall rules were set to protocol TCP – thought that my * service in the secondary portion of the rule covered ICMP, I was incorrect. This is my first time touching pfsense. Appreciate your post!

      • Hi Joseph,
        I did the very same mistake first time playing with pfSense! Welcome to the club 🙂
        Enjoy your install and share your experience as I’m sure it will be beneficial for other people too.
        Kind Regards,
        Michele

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Browse articles

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Articles by Category

Archives

About Domalab

Welcome to my personal Blog. Feedback is welcome and in case of questions you can also contact me at 

doma-blog@outlook.com

error: Content is protected !!

Discover more from domalab

Subscribe now to keep reading and get access to the full archive.

Continue reading