Hub Tech Solutions
Table of Contents
Phase 1 — Know Your Equipment
Before you touch a single cable, you need to know what every piece of gear does, why it exists, and where it fits in the network. Pick up each device. Read the labels. Understand the ports.
The Three Core Devices
| Device | Role | Analogy |
|---|---|---|
| Gateway / Router | Connects your LAN to the Internet. Handles NAT, firewall, routing between networks. | The front door of the building. |
| Switch | Connects all wired devices together on the LAN. Forwards traffic between ports. | The hallways inside the building. |
| Access Point (AP) | Provides WiFi. Bridges wireless clients onto the wired network. | A window — lets wireless devices "see" the wired network. |
Common UniFi Hardware
| Model | Type | Use Case |
|---|---|---|
| UDM Pro / UDM SE | Gateway + Controller | All-in-one for small-mid deployments |
| USW-Pro-24-PoE | Managed PoE Switch | Core switch — powers APs and cameras |
| USW-Lite-8-PoE | Managed PoE Switch | Small office / access layer switch |
| U6 Pro / U6+ | Access Point | WiFi 6 coverage for offices & open areas |
| U6 Mesh | Access Point | Outdoor or warehouse WiFi |
Port Types You'll Encounter
| Port | What It Is |
|---|---|
| RJ45 (Copper) | Standard Ethernet port. Used for 1G connections up to 100m. |
| SFP / SFP+ | Fiber or DAC port for 1G/10G uplinks between switches. |
| WAN Port | Connects to ISP modem. Only on gateways. |
| LAN Port | Connects to your internal network. |
| Console Port | Serial management port. Rarely used with UniFi. |
✅ Phase 1 Checklist
- I can identify a gateway, switch, and AP by sight
- I can explain the role of each device in one sentence
- I understand the difference between WAN and LAN ports
- I understand what PoE does and why it matters
- I can identify RJ45 vs SFP ports on a switch
📚 Resources
- ui.com/consoles — UniFi Console product lineup
- ui.com/switching — UniFi switch lineup & specs
Phase 2 — Physical Infrastructure & Rack Discipline
A clean install starts at the rack. If the rack is a mess, the network will be a mess. This is where you build the foundation — literally.
Rack Components (Top to Bottom)
| Position | Component | Purpose |
|---|---|---|
| Top | Patch Panel | Terminates all structured cabling runs from the building. |
| Below Patch Panel | Core Switch | Patch cables connect patch panel ports to switch ports. |
| Middle | Gateway / Router | WAN comes in, LAN goes to switch. |
| Below Gateway | UPS (Battery Backup) | Keeps network alive during power blips. |
| Side/Rear | Cable Management | Horizontal cable managers between each component. |
Hub Tech Rack Standards
- Velcro only — never zip ties. Zip ties pinch cables, are hard to undo, and look unprofessional.
- Label both ends of every cable. Use a label maker. Example:
PATCH-01 → SW1-P01 - Service loops — leave 12-18 inches of slack neatly coiled. Never pull cables tight.
- Consistent cable lengths — use the right length, not whatever's lying around.
- Color coding — Pick a standard and stick to it (e.g., Blue = data, Yellow = PoE/AP, Red = WAN).
✅ Phase 2 Checklist
- I can identify every component in a standard network rack
- I know the correct mounting order (patch panel → switch → gateway → UPS)
- I understand why power and data cables must be separated
- I can explain why we use Velcro instead of zip ties
- I can label a cable properly with both ends identified
📚 Resources
- r/cableporn — Inspiration for clean rack builds
Phase 3 — Cabling Fundamentals
Ethernet cable is the circulatory system of the network. If the cables are bad, nothing else matters. Learn to terminate, test, and run cable properly.
Cable Categories
| Category | Max Speed | Max Distance | When to Use |
|---|---|---|---|
| Cat5e | 1 Gbps | 100m (328 ft) | Legacy — acceptable for basic runs |
| Cat6 | 1 Gbps (10G up to 55m) | 100m | Standard for new installs |
| Cat6a | 10 Gbps | 100m | Future-proof, recommended for new builds |
T-568B Wiring Standard
Hub Tech uses T-568B on all terminations. Both ends of every cable must use the same standard. Memorize this pin order:
| Pin | Color |
|---|---|
| 1 | Orange/White |
| 2 | Orange |
| 3 | Green/White |
| 4 | Blue |
| 5 | Blue/White |
| 6 | Green |
| 7 | Brown/White |
| 8 | Brown |
Termination Tools
- RJ45 Crimper — for making patch cables with RJ45 connectors
- Punch-down tool — for terminating cables on patch panels and keystones
- Cable tester — verifies all 8 wires are properly connected. Always test every termination.
- Tone generator & probe — for tracing cables through walls and ceilings
- Cable stripper — removes the outer jacket without nicking internal wires
Cable Running Rules
- Never exceed 100m (328 ft) for a single Ethernet run
- Avoid running parallel to electrical wiring
- Don't kink, crush, or sharply bend cables (maintain minimum bend radius)
- Use J-hooks or cable trays in ceilings — never lay cable on ceiling tiles
- Leave a service loop at both ends
- Label before you pull — it's much harder after
✅ Phase 3 Checklist
- I can recite the T-568B pin order from memory
- I can terminate an RJ45 connector and pass a cable test
- I can punch down a cable on a patch panel
- I can use a tone generator to trace a cable
- I know the max run length for Ethernet (100m)
- I understand the difference between Cat5e, Cat6, and Cat6a
📚 Resources
Phase 4 — Gateway, WAN & Controller Setup
This is where the network comes alive. You'll connect to the Internet, set up the gateway, and bring the UniFi controller online. Follow these steps in order — this is the real-world standup process.
Step 1: Verify ISP / Modem
- Confirm the ISP modem is powered on and showing an online status (check modem lights)
- Ask the client or ISP: Is this a static IP or DHCP from the ISP?
| Type | How It Works | When You'll See It |
|---|---|---|
| DHCP (Auto) | ISP assigns public IP automatically. Gateway gets its WAN IP just by plugging in. | Most residential & small business |
| Static IP | ISP gives you a fixed public IP, subnet mask, gateway, and DNS. You enter these manually. | Business-grade connections, hosted servers |
Step 2: Cable the Gateway
- Run an Ethernet cable from the modem to the WAN port on the gateway
- Run an Ethernet cable from the LAN port on the gateway to the core switch
- Power on the gateway
Step 3: Set Up the Gateway (UniFi App)
- Download the UniFi app from the App Store or Google Play
- Open the UniFi app — it will discover the gateway via Bluetooth
- Create a Ubiquiti account or sign in
- Follow the setup wizard — set site name, WiFi network, timezone
Step 4: Configure WAN (Internet)
In the UniFi app → Settings → Internet:
- If DHCP: Leave the default setting (DHCPv4). The gateway will pull an IP from the ISP automatically.
- If Static IP: Change IPv4 Connection to "Static" and enter:
- IP Address — the public IP from the ISP (e.g.,
74.125.200.10) - Subnet Mask — usually
255.255.255.0 - Gateway — the ISP's gateway IP (e.g.,
74.125.200.1) - DNS — ISP's DNS, or use
8.8.8.8and1.1.1.1
- IP Address — the public IP from the ISP (e.g.,
Step 5: Verify Internet
- In the app, verify WAN status shows "Connected"
- Connect a device via WiFi or Ethernet
- Open fast.com — run a speed test
- Confirm speeds match what the ISP promised
https://unifi.ui.com once your devices are online.
Both give you the same controls.
Step 6: Adopt Devices
Adoption is the process of registering a UniFi device (switch, AP) to your controller. Until a device is adopted, you cannot configure it.
- Plug the device into the core switch (powered via PoE or adapter)
- Open the UniFi app → go to Devices
- Wait 1-3 minutes for it to appear with status "Pending Adoption"
- Tap Adopt
- Wait for the device to provision (status changes to "Connected" with a solid blue light)
- Repeat for all switches and APs
✅ Phase 4 Checklist
- I verified the ISP modem is online
- I know whether the ISP uses DHCP or static IP
- I connected modem → WAN port → LAN port → core switch
- I set up the gateway through the UniFi app
- I configured the WAN connection (DHCP or static)
- I verified Internet with a speed test
- I can explain what double NAT is and how to fix it
- I adopted all switches and APs through the app
- I can factory reset a stuck device and re-adopt it
📚 Resources
Phase 5 — IP Addressing & DHCP
Every device on a network needs an IP address — that's how they find and talk to each other. Understanding IP addressing is the most important theory you'll learn.
Key Concepts
| Term | What It Means | Example |
|---|---|---|
| IP Address | A unique address for a device on the network | 192.168.1.50 |
| Subnet Mask | Defines the size of the network | 255.255.255.0 = 254 usable IPs |
| Gateway | The router's IP — the "exit door" to other networks | 192.168.1.1 |
| DNS | Translates domain names to IP addresses | 8.8.8.8 (Google DNS) |
| DHCP | Automatically assigns IPs to devices when they connect | Your phone gets an IP automatically |
Static vs DHCP
| Type | When to Use | Example Devices |
|---|---|---|
| DHCP (Automatic) | Most devices — phones, laptops, tablets | Employee laptops, guest phones |
| Static / Reserved | Infrastructure — things that must never change IP | Printers, cameras, switches, APs, servers |
DHCP Server Placement
Common IP Scheme
| Role | IP Range |
|---|---|
| Gateway | 192.168.1.1 |
| Switches | 192.168.1.2 – .10 |
| Access Points | 192.168.1.11 – .20 |
| Printers | 192.168.1.21 – .30 |
| Cameras | 192.168.1.31 – .50 |
| Reserved gap | 192.168.1.51 – .99 |
| DHCP Pool (auto-assigned) | 192.168.1.100 – .200 |
| VLAN | Name | Subnet | Devices |
|---|---|---|---|
| 1 | Management | 192.168.1.0/24 | Switches, APs, gateway |
| 10 | Corporate | 192.168.10.0/24 | Workstations, laptops |
| 20 | Phones | 192.168.20.0/24 | VoIP phones |
| 30 | Cameras | 192.168.30.0/24 | Security cameras, NVRs |
| 40 | Guest | 192.168.40.0/24 | Guest WiFi — Internet only |
This gives each device class its own broadcast domain, its own DHCP pool, and lets you apply firewall rules per class. You'll learn how to set this up in Phase 7 — VLANs.
🧮 Interactive: Subnet Explorer
Pick a network below to see how subnets work. This is what you'll configure in the UniFi app when creating networks.
Lab Exercise (UniFi App)
- Open the UniFi app → Settings → Networks
- Edit your LAN network
- Set the DHCP range to
192.168.1.100 – 192.168.1.200 - Connect a laptop via Ethernet to the switch
- In the app, go to Clients — find the laptop and verify it received an IP in your DHCP range
- On the laptop, open a browser and go to fast.com to verify Internet connectivity
✅ Phase 5 Checklist
- I can explain what an IP address, subnet mask, gateway, and DNS do
- I understand the difference between static and DHCP
- I can configure a DHCP range in the UniFi app
- I can find a device's IP address in the UniFi app under Clients
- I know why there should only be one DHCP server per network
- I used the Subnet Explorer and can describe what /24 means
Phase 6 — WiFi Configuration & Security
WiFi is what your clients actually interact with. Get this wrong and their first impression is "it doesn't work." Get it right and they never think about it — that's the goal.
Key WiFi Terms
| Term | What It Means |
|---|---|
| SSID | The broadcast name of a WiFi network — what users see on their phone. |
| WPA2 | WiFi encryption standard. Encrypts traffic between device and AP. Minimum requirement. |
| WPA3 | Newer, stronger encryption. Some older devices don't support it yet. |
| Band | 2.4GHz (longer range, slower) vs 5GHz (shorter range, faster). |
| Channel | The specific frequency the AP uses. Overlapping channels cause interference. |
| Tx Power | Transmit power — how "loud" the AP broadcasts. Higher isn't always better. |
Creating a WiFi Network (UniFi App)
- Open the UniFi app → Settings → WiFi
- Tap Create New WiFi Network
- Set SSID name (keep it professional —
HubTech-Office, notFBI_Surveillance_Van) - Set security to WPA2/WPA3
- Set a strong password (12+ characters, mixed case, numbers, symbols)
- Assign to the correct network/VLAN
- Save and test connection from a phone
• CompanyName-Internal — for employee devices on the main LAN
• CompanyName-Guest — for visitors, isolated on a Guest VLAN (see Phase 7)
WiFi Security Rules
- Always use WPA2 minimum — never leave a network open or use WEP
- Use strong passwords — never
password123or the business name - Hide SSID only if the client specifically requests it (it doesn't improve security much)
- Guest networks should use client isolation so guests can't see each other's devices
AP Placement Tips
- Mount APs on the ceiling, face down — they radiate signal downward in a cone
- One AP per 1,500–2,000 sq ft (depending on walls and interference)
- Avoid placing APs near metal ductwork, microwaves, or thick concrete
- Don't crank Tx power to max — it causes overlap and client "stickiness" issues
- Let UniFi auto-optimize channels, or set them to avoid overlap (1, 6, 11 for 2.4GHz)
✅ Phase 6 Checklist
- I can create a WiFi network in the UniFi app
- I can explain what SSID, WPA2, and WPA3 mean
- I know the difference between 2.4GHz and 5GHz bands
- I understand channel selection and why it matters
- I can set up a separate Guest WiFi SSID
- I know proper AP mounting and placement guidelines
📚 Resources
Phase 7 — VLAN Fundamentals
VLANs are one of the most important concepts in professional networking. Even if you don't configure complex VLANs on day one, you must understand what they are and why they exist.
What is a VLAN?
A Virtual LAN (VLAN) creates separate, isolated networks using the same physical switch. Devices on different VLANs cannot talk to each other unless a firewall rule explicitly allows it.
Common VLAN Layout
| VLAN ID | Name | Subnet | Purpose |
|---|---|---|---|
| 1 | Default / Management | 192.168.1.0/24 | Network infrastructure, admin access |
| 10 | Guest WiFi | 192.168.10.0/24 | Guest internet access — isolated from LAN |
| 20 | IoT / Cameras | 192.168.20.0/24 | Security cameras, smart devices |
| 30 | VoIP Phones | 192.168.30.0/24 | Voice traffic — can be given QoS priority |
Why Use VLANs?
- Security — a compromised guest device can't reach your servers
- Guest isolation — visitors get Internet but nothing else
- Device segmentation — cameras on their own network, phones on another
- Reduced broadcast traffic — smaller broadcast domains = better performance
- Compliance — many industries require network segmentation (PCI-DSS, HIPAA)
Creating a VLAN (UniFi App)
- Open the UniFi app → Settings → Networks
- Tap Create New Network
- Name it (e.g., "Guest")
- Set VLAN ID (e.g., 10)
- Set the subnet (e.g.,
192.168.10.1/24) — use the Subnet Explorer in Phase 5 to understand this - Enable DHCP for this network
- Save — then assign a WiFi SSID to this VLAN
Controlling Cross-VLAN Traffic
By default, VLANs can communicate through the gateway (inter-VLAN routing). To block this:
- In the UniFi app → Settings → Firewall & Security → LAN Rules
- Create a rule: Block traffic from Guest (VLAN 10) to all LAN networks
- Allow Guest → Internet (WAN) only
✅ Phase 7 Checklist
- I can explain what a VLAN is in plain English
- I know why we separate Guest, IoT, and Internal traffic
- I can create a new VLAN in the UniFi app
- I can assign a WiFi SSID to a specific VLAN
- I understand that firewall rules control cross-VLAN traffic
- I can create a basic firewall rule to block Guest → LAN
📚 Resources
Phase 8 — STP & Switch Basics
Switches are smart — but they can destroy themselves if you create a loop. STP prevents that.
What is STP?
Spanning Tree Protocol (STP) prevents switching loops. A loop occurs when there are multiple paths between switches, causing traffic to circulate endlessly.
STP Priority (Root Bridge Election)
Every switch has a priority value. The switch with the lowest priority becomes the Root Bridge — the "center" of the network.
| Switch | Priority | Role |
|---|---|---|
| Core Switch (rack) | 4096 (set low) | Root Bridge — all paths lead here |
| Access Switch 1 | 32768 (default) | Access layer |
| Access Switch 2 | 32768 (default) | Access layer |
Setting STP Priority (UniFi App)
- Open the UniFi app → Devices → select the core switch
- Go to Settings → Services → Spanning Tree
- Set priority to 4096
- Leave access switches at default (32768)
- Save changes
Switch Port Concepts
| Concept | What It Means |
|---|---|
| Uplink Port | Connects this switch to the core switch. This is the "backbone." |
| Access Port | Connected to an end device (computer, printer, AP). |
| Trunk Port | Carries multiple VLANs (tagged traffic) — typically uplink between switches. |
| PoE Port | Supplies power to connected devices. |
✅ Phase 8 Checklist
- I can explain what STP does and why it exists
- I can describe what a broadcast storm is
- I can set the core switch to a lower STP priority
- I know the difference between uplink, access, and trunk ports
- I understand why UniFi's default STP needs adjustment
📚 Resources
Phase 9 — Test & Break It
You don't truly understand a system until you've broken it and fixed it. This phase is about intentionally creating failures in a lab so you know what to expect on-site.
Exercise 1: Unplug the Uplink
- Unplug the Ethernet cable between an access switch and the core switch
- Observe: What happens to devices on the access switch?
- Answer: They lose connectivity to the gateway, Internet, and devices on other switches. Local traffic between devices on the same switch still works.
- Lesson: The uplink is the lifeline. No uplink = no network for that branch.
Exercise 2: Disable DHCP
- In the UniFi app, turn off DHCP on the LAN network
- Disconnect and reconnect a device
- Observe: The device gets a 169.254.x.x address (APIPA — automatic fallback). No gateway, no Internet.
- Lesson: Without DHCP, new devices can't get an IP. Existing devices may work temporarily until their lease expires.
- Re-enable DHCP when done.
Exercise 3: Change an AP's VLAN
- In the app, change an AP's switch port to a different VLAN (e.g., VLAN 10)
- Observe: The AP loses contact with the controller. It may show "Isolated" or "Disconnected."
- Lesson: APs need management access to the controller's network. VLAN assignments on switch ports must be correct.
- Move it back to the correct VLAN when done.
Exercise 4: Create a Switching Loop
- Plug both ends of one patch cable into the same switch (two different ports)
- Observe: If STP is working, one port goes into blocking state (amber light). Network stays up.
- Lesson: STP is your safety net. Always verify it's enabled and configured.
- Remove the loop cable immediately.
✅ Phase 9 Checklist
- I completed the uplink disconnect exercise and can explain the result
- I completed the DHCP disable exercise and understand APIPA
- I completed the VLAN reassignment exercise and understand AP isolation
- I observed STP blocking a loop and can explain what happened
- I understand that breaking things in a lab prevents breaking things on-site
Professional Installation Standards
Your technical skills get you in the door. Your installation discipline is what earns repeat business and referrals. A Hub Tech install should be identifiable by how clean, organized, and repeatable it is.
The Hub Tech Standard
| Rule | Why |
|---|---|
| Velcro only — no zip ties | Zip ties cut into cables, are permanent, and look amateur. |
| Label both ends of every cable | Makes troubleshooting 10x faster. Saves hours on return visits. |
| Power and data separated | Prevents EMI interference and meets code requirements. |
| Clean service loops at both ends | Allows for future moves, maintenance, and re-termination. |
| No random cable lengths | Excess cable creates clutter and airflow problems. |
| Consistent color coding | Instant visual identification of cable purpose. |
| Cable management between every rack unit | Prevents spaghetti, makes changes possible without disruption. |
| Document everything | Network diagrams, IP schemes, passwords — all in a handoff binder. |
Client Handoff Checklist
- Network diagram (physical and logical) provided to client
- All passwords documented and stored securely
- IP scheme documented
- All cables labeled
- WiFi SSIDs and passwords documented
- Client shown how to access the UniFi app/dashboard
- Photos of completed rack taken for our records
Reference — Troubleshooting Flowchart
When something breaks, don't panic. Don't start changing random settings. Follow this flowchart every single time. Move from physical to logical to policy.
The 6-Step Diagnostic Flow
| Step | Question | How to Check | If NO |
|---|---|---|---|
| 1 | Is it powered on? | Power LED, UPS, outlet, cable | Fix power first. Nothing else matters. |
| 2 | Do link lights show? | Port LEDs on switch and device | Check cable, try different port, test cable. |
| 3 | Does it have an IP? | UniFi app → Clients → find device | DHCP issue. Check DHCP server, VLAN assignment. |
| 4 | Can it reach the gateway? | Try loading 192.168.1.1 in browser |
Wrong VLAN, switch port config, or gateway down. |
| 5 | Can it reach the Internet? | Open fast.com | WAN issue. Check modem, ISP, gateway WAN config. |
| 6 | Is a specific site/service blocked? | Try different sites/services | DNS or firewall rule blocking. Check UniFi app → Firewall. |
Physical: Is it plugged in? Is the cable good? Is the port lit?
Logical: Does it have an IP? Can it reach the gateway? Can it reach the Internet?
Policy: Is a firewall rule blocking it? Is it on the wrong VLAN?
Common Issues & Quick Fixes
| Symptom | Likely Cause | Fix |
|---|---|---|
| Device gets no IP / 169.254.x.x | No DHCP response | Check DHCP is enabled, correct VLAN, cable |
| Can reach IPs but not websites | DNS failure | Check DNS settings in network config |
| Slow WiFi | Channel interference | Change channel in app, reduce Tx power |
| AP shows "Isolated" | Wrong VLAN or no uplink | Check switch port VLAN, uplink cable |
| Internet works but server doesn't | Firewall or VLAN | Check firewall rules, verify correct VLAN |
| Devices dropping randomly | Bad cable or PoE budget | Test cable, check PoE wattage on switch |
Final — Knowledge Check
Answer these without looking at the manual. If you can answer all of them correctly, you're ready to run installs independently.
Written Questions
Write your answers below. Discuss with your supervisor.