Hardware Builds #fiber internet#home network#ONT

How to Set Up a Fiber Internet Home Network

Set up a fiber internet home network from ONT to router to switch. Covers fiber types, router selection, Wi-Fi 6E/7 setup, and whole-home coverage tips.

8 min read

Fiber internet delivers symmetrical multi-gigabit speeds with low latency — a fundamentally different experience from cable or DSL. But getting the best performance out of fiber requires understanding the full signal path from the fiber drop to your devices. This guide covers the complete fiber home network setup from the ONT (Optical Network Terminal) through your router, switches, and wireless access points.

Understanding Fiber to the Home (FTTH)

Most residential fiber deployments use GPON (Gigabit Passive Optical Network) or the newer XGS-PON (10-Gigabit Symmetric PON) architecture. The ISP connects a fiber strand from their network to an ONT installed at your home — usually on an exterior wall, in a utility closet, or in a basement equipment rack.

The ONT converts the optical signal to an Ethernet signal your router can use. This is your fiber’s handoff point. Everything from the ONT to your devices is your responsibility and your opportunity to optimize.

Common ONT form factors:

  • Wall-mounted ONT (Nokia, Calix, Adtran) — the ISP’s equipment, typically not replaceable by the customer
  • ONT + ISP-provided router combo — many ISPs bundle both in one device; performance varies widely
  • SFP-based ONT — some fiber ISPs (notably AT&T Fiber and certain municipal providers) let you use an SFP module in a third-party router, eliminating the ISP gateway entirely

ISP Gateway vs. Your Own Router

Most fiber ISPs provide a gateway — a combined modem/router/Wi-Fi device. The performance of these varies dramatically. ISP gateways from Nokia (Beaver) and Calix are generally functional; those from Actiontec and older Pace models are noticeably slower for routing and Wi-Fi.

When to use the ISP gateway: If you’re on a single-gig plan, the ISP gateway is often adequate. Enable IP Passthrough or DMZ mode in the ISP gateway settings to pass the public IP directly to your own router — this eliminates double NAT.

When to use your own router: Always, if possible. For 2.5Gbps+ plans, multi-WAN setups, VLANs, or advanced firewall rules, a dedicated router gives you far more control.

RouterMax WAN SpeedWi-FiBest For
ASUS RT-BE88U10GbpsWi-Fi 7High-end home
Ubiquiti UniFi Express2.5GbpsWi-Fi 6EProsumer, VLAN support
Netgear Nighthawk RS700S10GbpsWi-Fi 7Consumer with 10G WAN
TP-Link Archer BE80010GbpsWi-Fi 7Budget-friendly Wi-Fi 7
pfSense/OPNsense on mini PC10Gbps+No (add WAP)Advanced users

For 1Gbps fiber, virtually any modern router works. For 2.5Gbps+ plans, ensure the router has a 2.5GbE or 10GbE WAN port. Standard 1GbE ports physically cannot pass more than ~940Mbps.

Network Switch Selection

For wired connections throughout the home, you need at least one managed or unmanaged switch:

Unmanaged switches (plug-and-play): TP-Link TL-SG108 (8-port 1GbE, $20) or TL-SG108E (smart managed version, $30) for basic expansion.

For multi-gig distribution: The TP-Link TL-SX105 (5-port 2.5GbE, $60) or Netgear GS305EP (5-port 1GbE with PoE) gives you faster backbone connections to NAS units and wireless access points.

Managed switches (VLAN support): Netgear GS308T or UniFi USW-Lite-16-PoE for separating IoT, guest, and main network traffic into VLANs.

Wi-Fi 6E and Wi-Fi 7 Access Points

Fiber’s speed is wasted if your Wi-Fi is the bottleneck. Wi-Fi 7 (802.11be) devices began arriving in late 2023 and are mainstream in 2026, supporting up to 36Gbps theoretical throughput and significantly better multi-device performance through Multi-Link Operation (MLO).

Best Wi-Fi 7 access points for home:

  • TP-Link Deco BE85 (mesh system, 3-pack $400) — excellent whole-home coverage
  • ASUS ZenWiFi Pro BQ16 ($350, single) — Wi-Fi 7 with 10GbE port
  • Ubiquiti UniFi U7 Pro ($200, requires UniFi controller) — enterprise-grade for power users

For larger homes (3,000+ sq ft), use dedicated wireless access points rather than a mesh router system. Run CAT6A Ethernet to each access point location (in-ceiling or on walls at head height) and power them via PoE (Power over Ethernet) from a PoE switch. This provides wired backhaul — the fastest, most reliable mesh configuration possible.

Cabling and Infrastructure

Cable standard: Install CAT6A rather than CAT6 if running new cable. CAT6A supports 10GbE at up to 100m and is future-proof for the next decade. CAT6 limits 10GbE to ~55m.

Patch panel: Terminate all wall runs at a patch panel in a central location (wiring closet, basement). This makes reconfiguring connections without re-running cable easy. Keystone-style patch panels (24-port, ~$30) work for most homes.

ONT placement: Ideally the ONT feeds directly into your router location. If the ISP installs it in an inconvenient location, run a single CAT6A cable from the ONT to your equipment rack. For speeds above 1Gbps, use a short run of direct-attach copper (DAC) or fiber patch cable between ONT and router if both support SFP+.

VLAN Configuration

A flat home network where your smart TV, IP cameras, IoT bulbs, and main PC all share the same broadcast domain is a security and performance liability. Modern fiber routers and managed switches support VLANs:

  • VLAN 10: Main LAN (trusted devices — PCs, phones, laptops)
  • VLAN 20: IoT devices (smart home, cameras, printers)
  • VLAN 30: Guest network (isolated from main LAN)
  • VLAN 40: Home server / NAS (accessible from Main LAN only)

Configure VLAN trunking between your router and managed switch, then tag each access point SSID to its respective VLAN. This isolates potentially insecure IoT devices from your sensitive data.

Testing Your Fiber Speed

After setup, test thoroughly:

# Install iPerf3 on two devices on your LAN
iperf3 -s  # on server
iperf3 -c SERVER_IP -t 30 -P 8  # on client, 30s test with 8 parallel streams

LAN speeds should be close to your link speed (940Mbps for 1GbE, 2.35Gbps for 2.5GbE). For internet speed, use Cloudflare’s speed.cloudflare.com or a multi-threaded test — single-connection tests from Speedtest.net often underreport 2Gbps+ fiber connections.

Fiber is the infrastructure investment that makes everything else perform better — low-latency cloud gaming, 4K streaming, video calls, remote work, and home lab projects all benefit from a properly configured fiber network.

#fiber optic #networking #Wi-Fi 7 #router #ONT #home network #fiber internet