AceMagic K1 Perfect Proxmox Test Box

Homelab Network: The Complete Guide to build a lab network

This article contains affiliate links. If you buy through these links, I earn a small commission at no extra cost to you.

Editor’s Note: This article was fully rewritten on July 11, 2026, covering VLAN design, firewall setup, and remote access. I also added a section about STP/UTP and cat network cabling.

A homelab network needs more than a router out of the box.

I run VLANs to separate my Proxmox cluster, NAS devices, and other lab traffic from my home network. My firewall handles routing between segments, and I host my own DNS server, so I reach everything by name instead of IP.


This guide covers how to plan and build a homelab network: subnetting, VLAN design, and where your firewall and DNS fit in. If part of it is already working, jump to the section you need.


homelab network - complet guide to build a lab network

Quick Answer:

A homelab network is a private network you build at home to run servers, VMs, and self-hosted services, kept separate from your everyday home devices. Most setups use VLANs to segment traffic, a router or firewall to control access, and a NAS or server for storage.

What is a Homelab Network?

A homelab network is the network you build at home to run your own servers, VMs, and self-hosted services, kept separate from your regular home devices.

Mine runs on VLANs. One for my Proxmox cluster, one for NAS traffic, one for everything else. My firewall routes traffic between them, and DNS lets me reach every device by name rather than by IP address.

Before you install Proxmox yourself, check my system requirements guide so you don’t undersize your hardware.

You don’t need enterprise gear to start. A router and switch that support VLANs are enough.


Why Build a Homelab Network?

A homelab network teaches you things a single flat network never will. You learn to isolate traffic, troubleshoot routing, and catch misconfigurations before they hit anything that matters.

I use mine to test changes before I apply them anywhere real. A broken VLAN rule at home costs me an evening. The same mistake on a client’s network costs them uptime.

It’s also good practice if you’re working toward a networking certification. Segmenting your homelab with VLANs gives you hands-on experience with the concepts you’ll be tested on. I cover how I set mine up in Configuring VLANs in Proxmox.


PROs and CONs for a homelab networking

Now let’s explore the pros and cons:

Pro:

  • It allows for mistakes without affecting critical data.
  • Direct, hands-on prep for certifications
  • Full control over hardware, software, and network design
  • Chance to try networking equipment you wouldn’t otherwise buy

Con:

  • Learning curve. Expect to break things before it works.
  • Power consumption: Runs 24/7, so power adds up. My Dell PowerEdge T360 draws about 104W on average, close to 18.74 CHF a month.
  • Managed switches and firewalls cost more than consumer routers.
  • A bad VLAN or firewall rule can open a hole you don’t notice.

How much does a homelab cost

Cost depends on what you already own and how much you add.

My main node is a Dell PowerEdge T360. It draws about 104W on average, which runs close to 18.74 CHF a month in power here in Switzerland. That’s the biggest recurring cost, not the hardware itself.

You can start much cheaper. A used mini PC or an old laptop uses a fraction of that power and runs Proxmox fine for learning the basics.

The real cost driver is what you add around the server: a managed switch, a dedicated firewall, extra NAS storage. Add those once you know what you actually need, not upfront.

How to build a home lab network

1. Lab Location

Choosing the right location for your home lab network can impact functionality and user experience. Here’s what you need to consider:

  • Room temperature and ventilation: Your gear might overheat if your location lacks good airflow.
  • Workable space: You need ample area around your equipment to maneuver and access its parts.
  • Network cable run: Consider the lengths of network cables required; you don’t want to struggle with distance limitations.
  • Noise levels: Lower noise in your network location helps facilitate focus and peace of mind, especially in a home setting.

My Home lab is in the basement. There is plenty of space, and heat is not an issue during the summer. I mostly access the devices remotely with RDP or WebGUI. I only go there when I need to re-plug something or restart the router.

If you’re adding a NAS to your network, see my Synology NAS guide for picking a model.


2. Router

A router is your gateway for internet access.. In most cases, you cannot choose the router. You will receive it from your ISP. There are various flavors available, and they connect to the public network. DSL (common in Europe), Cable, or Fiber are connection methods.


homelab routers DSL

Typically, installation is a breeze. Routers have a WAN Port, several LAN ports, and even wireless capabilities. Personally, I find using the router in Bridge mode preferable, as it allows for seamless connectivity for devices connected to the LAN ports. Pay attention if your ISP supports dual stack IP; opt for IPv4. You will receive a dynamic IP address, which is usually okay.

Certain ISPs attempt to conserve IP addresses by allocating them in a range for communal areas. Such setups are not what you want for a homelab network. You need a dedicated IPv4, fixed or dynamic. A fixed IPv4 is the best; however, it is very expensive in Europe. Nevertheless, dynamic IPs rarely change since the ISP has to maintain logs by law, and the IP is bound with a reservation to the Ethernet (NIC) adapter.

What is Bridge Mode in a Router?

Bridge mode turns off your router’s routing and NAT, so it just passes traffic through. This is useful when you want your own firewall or router handling that traffic instead of your ISP’s device.


3. Firewall

A dedicated firewall gives you more control and better security than the router your ISP provides. You can filter traffic, set up a VPN, and route traffic between VLANs with real rules rather than basic NAT.

I run a FortiGate. It handles routing between my VLANs and provides a single dashboard to see what’s actually happening on my network.

FortiGate firewalls are popular for their pricing and expandability. You can manage them through the Web GUI or the CLI. Other solid options include Zyxel, Palo Alto Networks, and Unify. I compare pricing and features in my Best Homelab Firewall guide. If you’d rather run a software firewall, pfSense is a strong choice.

At the firewall level, you can configure settings for remote access vpn.

Furthermore, firewall rules can be configured to restrict access between devices across different VLANs, improving security management and control of your network environment.


Firewall protects network

Fortigate Dashboard


4. Switches

A switch connects the devices in your homelab network and moves traffic between them. The type you need depends on what you’re doing with your network. Here’s what to consider when picking one.

You can choose from different types of switches


Unmanaged, Managed, and Smart.

  • Unmanaged switches are similar to router ports but with more power. They let you expand your LAN connections beyond the number of ports your router has. However, they don’t have advanced features like VLANs, QoS, and DHCP snooping, which you might need.
  • Managed switches offer more features like VLAN, QoS, and port trunking. They are usually more expensive than unmanaged switches but are useful if you know how to configure them.
  • Smart Switches are similar to managed switches but come with additional features such as PoE ports for powering your network devices, Layer 3 routing capabilities, and

Layer 2 vs. Layer 3 Switches:


  • Layer 2 Switch (Data Link Layer):
  • Operates based on MAC addresses.
  • Primarily used for connecting devices within the same network.
  • Supports VLANs but cannot route traffic between different VLANs.
  • Layer 3 Switch (Network Layer):
  • Operates based on IP addresses.
  • Can connect devices within the same network and route traffic between different networks.
  • Supports VLANs and can route traffic between different VLANs.
  • It often includes advanced features like the ability to act as a DHCP server, combining the features of a switch and a router.

What is PoE capable Switch port?

PoE (Power over Ethernet):

  • Allows network switches to send both data and electrical power over an Ethernet cable.
  • Useful for powering devices like cameras, phones, and access points without separate power cords.

In my experience, the capability of Layer 3 is already included in a good Firewall. While having a Layer 3 switch can be advantageous, it is not essential, and allocating funds toward other network equipment may be more practical.

I use a Netgear GS724T Layer 3 switch for my home networking. And honestly speaking, I have never used the Layer 3 functionality it offers.


My Netgear core switch 24-Ports.

In general, Netgear offers a vast of functionality for a decent price which makes them attractive for homelab networking. Other brands like Cisco’s small business series offer a huge feature-rich playground too. I have bought 3 of these Cisco switches for the living rooms which provides POE for my Wireless access points.


Cisco POE Switch


Do You Need a 10Gb Switch?

10Gb switches aren’t enterprise-only anymore. Prices have dropped enough to make sense in a homelab, especially if you move large files between NAS devices or run VMs that need more bandwidth than 1Gb can handle.

Look for fanless models if noise matters to you, and check whether you need RJ45 or SFP+ ports before buying, since not all your gear may support both.

Some of the top picks on Amazon offer a unique blend of features and value to elevate your homelab network.

MikroTik CRS312-4C+8XG-RM Network Switch L3, 10G, Ethernet (100/1000/10000), 1U, White
Buy on Amazon
We earn a commission if you make a purchase, at no additional cost to you.


5. Wireless

As mentioned above, the router from your ISP usually has Wireless built-in. I don’t recommend using it. Rather buy access points for your living room. Wireless is a good playground to explore VLans by separating them with different subnets (guest networks).

Wi-Fi 6 is gaining traction, so you might consider getting an Access Point with Wi-Fi 6 support. Ubiquiti access points are premier choices. My choice is FortiGate access points. Managing multiple networks is made easy and convenient with the FortiGate firewall. Its setup is simplified, making it a breeze to use.

Ubiquiti UniFi 6 Lite Access Point | US Model | PoE Adapter not Included (U6-Lite-US)
$139.99
Buy on Amazon
We earn a commission if you make a purchase, at no additional cost to you.
07/20/2026 04:21 am GMT


6. Cabling: UTP, STP, and Fiber

UTP (unshielded twisted pair) network cable works fine. It is cost-effective, easier to install, and provides good performance.

STP (shielded) cables add a foil or braid layer to reduce interference, but require correct grounding at both ends. Poor grounding can actually make STP perform worse than UTP.

Some sources say Europe prefers STP, while the US and Canada mostly use UTP. This difference appears in older guides and is sometimes true for professional installs, where EN and ISO standards require shielding. But for home setups, this isn’t really the case. When I asked on r/homelab, most people used UTP Cat6, no matter where they lived. Those who chose STP usually had a specific reason, like a nearby radio transmitter, not just because of their location.

In my Swiss homelab, STP Cat6 is used, but it’s not necessary for everyone.

For homelabs, Cat6 is usually the best choice. It supports 1 Gbps over 100 meters and up to 10 Gbps for 37–55 meters. For full-length 10 Gbps, use Cat6a. Skip Cat7: it’s not an official RJ45 standard, is hard to install, and most Cat7 cables work like Cat6a.

To get faster network speeds, many people add a single high-speed link in key spots, such as between the main switch, server, and NAS, using a DAC cable or fiber. This lets you have 10GbE or faster without needing an expensive high-speed switch everywhere. Fiber is thin, affordable for short runs, and helpful for moving large files between devices.

One last tip: check your local electrical code before running cables. In some places, you can’t put power and network cables in the same conduit.

7. Server rack

Confession time: I don’t use a rack or a half-height rack. I would wish to have one. It makes handling the devices with cabling easier and you will have less a mess. It’s something on my list for the next purchase.

Key features:

  • Holds modems, routers, switches, servers, etc.
  • Practical designs include open, enclosed, and wall-mounted.
  • Stable, secure, and offers tidy cable management.
  • Options include a rack shelf and a patch panel for bigger setups.

Pros:

  1. Facilitates efficient setup and device handling.
  2. Keeps inherent heat in check.
  3. Reduces interference and optimizes performance.
  4. It makes tracing faults easier.
  5. Increases the lifespan of your equipment.

Cons:

  1. Requires physical space.
  2. Applying changes can be challenging.
  3. Necessitates appropriate cooling.
  4. It might need dust protection.
  5. It could impose visual clutter.

A decent open-frame or wall-mount rack from StarTech.com or Sysracks is worth checking out. I go into more detail in my [homelab rack article]. A typical full-size server rack is usually 42U high.


My rack for vmware and proxmos servers )


Networking is only one layer of a home lab build. My complete guide to building a home lab covers the hardware, storage, and services that connect to it.

Tips and Tricks for home networking lab

1. IP Address schema and subnets

When designing your network, it’s important to carefully plan the IP address convention and allocate subnets in a way that adds excitement to your homelab network.

Understanding Subnets: Subnetting is dividing an IP network into sub-networks. Each sub-network is called a subnet. It’s like dividing a large group into smaller teams with specific tasks.

Why Use Subnets?

  1. Improved Performance: Data is directed more efficiently within smaller subnets, reducing unnecessary traffic on other network parts.
  2. Enhanced Security: You can apply specific security measures to each subnet by isolating different network parts.
  3. Organizational Needs: Different departments or groups can have subnets, making managing resources and access easier.

How to Plan Subnets:

  1. Determine Needs: Assess how many devices you have and how they should be grouped. For instance, all printers can be on one subnet, while servers are on another.
  2. Choose IP Address Range: Decide on a range of IP addresses for your network. Common private IP address ranges include 10.0.0.0 to 10.255.255.255, 172.16.0.0 to 172.31.255.255, and 192.168.0.0 to 192.168.255.255.
  3. Divide the Range: Based on your needs, divide the chosen range into smaller sub-ranges for each subnet.
  4. Assign Subnet Masks: A subnet mask determines the size of each subnet. For example, a subnet mask of 255.255.255.0 allows for 256 IP addresses in that subnet.

Enhance subnet flexibility by implementing VLAN tagging to enable seamless traffic flow. Easily carry VLAN traffic across switches by assigning Trunk ports. Maximize your network efficiency and flexibility with this smart configuration.

Remember, a solid grasp of IP schemas and subnets ensures a seamless networking setup!

If you run into trunk tagging issues later, I cover VLAN ID 4095 and its edge cases separately.


2. Public IPv4 address

Your Public IPv4 address is like your home’s address on the internet highway. An IPv4 address is a unique set of numbers that identifies your device online

As previously stated, confirming that you have been assigned a genuine public IPv4 address is crucial. Only with a public IP address, you can forward traffic coming from the internet to your homelab network.

For example, you want to:

  • forward traffic from HTTP and HTTPS to your web server
  • forward traffic from SMTP port 25 to your mail server
  • forward traffic from DNS port 53 to your name server
  • and so on


3. Keep a Detailed Network Documentation

It’s important to have thorough documentation for your homelab network, even if it’s just for personal use. As your network expands and becomes more intricate, having detailed documentation can help you troubleshoot any issues that arise. Personally, I like to keep track of all the static IPs I’ve assigned to my devices in an Excel spreadsheet. I also maintain a list of my VLANs and the corresponding trunk ports on my switches. Furthermore, I document each switch, including the port numbers and the connected devices.


4. Monitor Your Network Activity

Monitoring your network activity is key to keeping your homelab secure and running optimally. This can include regularly checking for suspicious traffic or malicious connections in your server(s). Firewall manufacturers offer security and virus bundles. Turn on notifications on your firewall. It is also a good idea to use an external network monitor provider, which does from external some basic checks.

5. Remote Access to Your Homelab Network

You don’t need to expose every service to reach your homelab from outside. Two approaches cover most cases.

My FortiGate runs its own SSL VPN. I connect through it whenever I need remote access, and it puts me straight onto my private network, no port forwarding required.

Tailscale is a popular alternative if you’d rather skip firewall VPN configuration. It runs on WireGuard and connects your devices directly, also without port forwarding.

Either way, avoid exposing RDP or admin panels straight to the internet. Route through a VPN first.

Conclusion

A homelab network doesn’t need to be complex on day one. Start with a router, a firewall, and one VLAN. Add more as you actually need it.

Mine grew from a single switch into three VLANs, a dedicated firewall, and my own DNS server. Yours doesn’t need to look like mine to work.

Once your network is solid, the real fun starts: what you actually run on top of it. If you want to go deeper into virtualization, Kubernetes, and home automation, Chris Kirby’s guide to setting up and leveling up a homelab is a solid next read — it picks up right where this one leaves off.

I’d love to hear from you. Was this article helpful? Share your thoughts in the comments below. If you prefer, you can also reach me by email or connect with me on Reddit at Navigatetech



Full Disclosure

Any purchases made from clicks on links to products on this page may result in an affiliate commission for me. 

Please keep in mind that the quantity or price of items can change at any time.

As an Amazon  Associate, I earn from qualifying purchases.

Als Amazon-Partner verdiene ich an qualifizierten Verkäufen

As an eBay Partner, I earn from qualifying purchases.

Als eBay-Partner verdiene ich an qualifizierten Verkäufen.

About the author

Leave a Reply

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


information

Amazon affiliate Program

Edy Werder is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.

AlieXpress affiliate Program

Edy Werder is a participant in the ALIEXPRESS Affiliate Network, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to ALIEXPRESS properties and associated sub-sites.

Site map

Blogs