Skip to main content

Multi-Router Network Setup Guide for 400+ Users

Overview

This guide explains how to connect multiple routers/Access Points (APs) to your main router to create a seamless network that can support 400+ concurrent users. The setup converts secondary routers into Access Points, creating one unified network.

Diagram of Multiple Routers Connected to Main Router in a Large Network


Network Architecture

[ISP/Internet]
       │
[Main Router: 172.16.16.1]
       │
 ┌───────────────┬───────────────┬───────────────┐
 │               │               │               │
[AP1: 172.16.16.2] [AP2: 172.16.16.3] [AP3: 172.16.16.4]

PART 1: Main Router Setup (172.16.16.1)

Prerequisites

  • Main router connected to ISP
  • Computer/laptop for configuration
  • Admin access to router

Step 1.1: Access Main Router

  1. Connect your PC/laptop to the main router via Ethernet cable or Wi-Fi
  2. Open web browser and navigate to: 172.16.16.1
  3. Login with admin credentials (check router label for defaults)

Step 1.2: Configure Network Settings

IP Configuration

  1. Router IP Address: Keep as 172.16.16.1
  2. Subnet Mask: Set to 255.255.254.0
    • This creates a /23 network supporting 512 IP addresses
    • Range: 172.16.16.1 to 172.16.17.254

DHCP Configuration

  1. Enable DHCP Server: ✅ ON
  2. DHCP Start Range: 172.16.16.10
  3. DHCP End Range: 172.16.17.250
  4. Lease Time: 24 hours (or as needed)

DNS Configuration

  1. Primary DNS: 8.8.8.8 (Google DNS)
  2. Secondary DNS: 1.1.1.1 (Cloudflare DNS)

Step 1.3: Save and Reboot

  1. Click "Save" or "Apply" to save all changes
  2. Reboot the router
  3. Wait 2-3 minutes for router to fully restart

PART 2: Configure Secondary Routers as Access Points

Step 2.1: Access Secondary Router

  1. Disconnect from main router
  2. Connect PC/laptop directly to secondary router
  3. Open browser and navigate to router's default IP (e.g., 192.168.13.1)
  4. Login with admin credentials

Step 2.2: Convert to Access Point Mode

Change IP Address

  1. Navigate to Network Settings or LAN Settings
  2. Change router IP from default to sequential IP in main network:
    • First AP: 172.16.16.2
    • Second AP: 172.16.16.3
    • Third AP: 172.16.16.4
    • And so on...

Disable DHCP

  1. Find DHCP Settings in router menu
  2. Disable DHCP Server ❌ OFF
  3. This prevents IP conflicts - only main router assigns IPs

Network Configuration

  1. Subnet Mask: 255.255.254.0 (same as main router)
  2. Default Gateway: 172.16.16.1 (main router IP)
  3. Primary DNS: 8.8.8.8
  4. Secondary DNS: 1.1.1.1

Step 2.3: Save and Reboot

  1. Save all changes
  2. Reboot the secondary router
  3. Wait for complete restart

Step 2.4: Physical Connection

  1. Use Ethernet cable to connect:
    • Main Router LAN PortSecondary Router LAN Port
    • ⚠️ IMPORTANT: Do NOT use WAN port on secondary router
  2. Repeat this process for all additional routers

PART 3: Wi-Fi Configuration and Testing

Step 3.1: Configure Wireless Settings

SSID Configuration

  1. Access each router's wireless settings
  2. Set identical SSID name on all routers (e.g., "OpenWiFi")
  3. Set identical password on all routers
  4. This enables seamless roaming between access points

Channel Configuration

To avoid interference, use different channels:

2.4GHz Band:

  • Router 1: Channel 1
  • Router 2: Channel 6
  • Router 3: Channel 11
  • Router 4: Channel 1 (repeat pattern)

5GHz Band:

  • Use channels 36, 40, 44, 48, 149, 153, 157, 161
  • Space them apart (e.g., 36, 44, 149, 157)

Security Settings

  1. Encryption: WPA2-PSK or WPA3-PSK
  2. Password: Use strong 12+ character password
  3. Same settings on all routers

Step 3.2: Network Testing

IP Address Verification

  1. Connect devices to different access points
  2. Check that all devices receive IPs in range 172.16.16.x to 172.16.17.x
  3. Verify internet connectivity on all access points

Roaming Test

  1. Connect device to one access point
  2. Move to coverage area of another access point
  3. Verify seamless handoff without disconnection

Load Testing

  1. Connect multiple devices to different access points
  2. Test internet speed and connectivity
  3. Monitor for any performance issues

PART 4: Advanced Configuration (For 400+ Users)

Step 4.1: Quality of Service (QoS)

  1. Enable QoS on main router
  2. Set bandwidth limits per device (e.g., 10Mbps per user)
  3. Prioritize traffic (web browsing > file downloads)

Step 4.2: Access Control

  1. MAC Address Filtering: For security if needed
  2. Guest Network: Separate network for visitors
  3. Time-based Access: Limit hours if required

Step 4.3: Monitoring and Management

  1. Enable SNMP for network monitoring
  2. Set up logging for troubleshooting
  3. Regular firmware updates for security

Troubleshooting Common Issues

Problem: Devices not getting IP addresses

Solution:

  • Verify DHCP is enabled only on main router
  • Check DHCP range has available IPs
  • Restart both main router and access points

Problem: No internet on secondary access points

Solution:

  • Verify LAN-to-LAN connection (not WAN)
  • Check gateway setting points to main router
  • Verify DNS settings are correct

Problem: Slow speeds with many users

Solution:

  • Enable QoS and bandwidth limiting
  • Upgrade to business-grade equipment
  • Add more access points to distribute load

Problem: Devices not roaming between APs

Solution:

  • Verify identical SSID and password
  • Check channel spacing for interference
  • Consider 802.11k/v/r roaming protocols

Hardware Recommendations for 400+ Users

Consumer Grade (Budget Option)

  • Main Router: ASUS AX6000 or Netgear Nighthawk AX12
  • Access Points: TP-Link AC1750 or similar
  • Switches: Netgear 24-port Gigabit switches

Business Grade (Recommended)

  • Main Router: Ubiquiti Dream Machine Pro
  • Access Points: Ubiquiti UniFi Wi-Fi 6 Access Points
  • Switches: UniFi 24-port PoE switches
  • Controller: UniFi Network Controller for centralized management

Enterprise Grade (High Performance)

  • Main Router: Cisco ISR 4000 series
  • Access Points: Cisco Catalyst 9100 series
  • Switches: Cisco Catalyst 9300 series

Final Network Topology

Internet/ISP
      │
┌─────────────────────────────────────────────────────────┐
│          Main Router (172.16.16.1)                     │
│          DHCP: 172.16.16.10 - 172.16.17.250           │
│          Subnet: 255.255.254.0                         │
└─────────────────────────────────────────────────────────┘
      │
┌─────┴─────┬─────────────┬─────────────┬─────────────┐
│           │             │             │             │
│  AP1      │    AP2      │    AP3      │    AP4      │
│172.16.16.2│172.16.16.3  │172.16.16.4  │172.16.16.5  │
│DHCP: OFF  │DHCP: OFF    │DHCP: OFF    │DHCP: OFF    │
│           │             │             │             │
└───────────┴─────────────┴─────────────┴─────────────┘

Maintenance Schedule

Daily

  • Monitor network performance
  • Check for disconnected devices

Weekly

  • Review bandwidth usage
  • Check for firmware updates

Monthly

  • Full network performance test
  • Review access logs
  • Update security settings

Security Considerations

  1. Change default passwords on all routers
  2. Disable WPS on all access points
  3. Enable firewall on main router
  4. Use VLANs for network segmentation if needed
  5. Regular security audits and penetration testing

This setup will provide a robust, scalable network capable of supporting 400+ concurrent users with seamless roaming and centralized management through your main router at 172.16.16.1.

Comments

Popular posts from this blog

When Will the SEE 2081 Results Be Published in Nepal? Teacher Boycott Threats Explained

  When Will the SEE 2081 Results Be Published in Nepal? Teacher Boycott Threats Explained The Secondary Education Examination (SEE) is a milestone for Grade 10 students in Nepal, and with the 2081 exams likely wrapping up around April 1, 2025, students and parents are already asking: When will the results be out? This year, though, there’s a twist—whispers of teachers refusing to check answer sheets are raising eyebrows. What’s going on, and how might it affect the timeline? Let’s dive into the details, from the usual schedule to potential delays and the unrest brewing among educators. The Usual SEE Result Timeline The SEE, overseen by Nepal’s National Examination Board (NEB), follows a predictable rhythm. Exams typically run in late March or early April (Chaitra in the Nepali calendar), with results dropping 2-3 months later, around late June to mid-July (Ashar or early Shrawan). For context: SEE 2080 (2024) : Exams spanned March 28 to April 9, 2024, with results published o...

The Rise and Fall of Rabi Lamichhane in Nepal Politics: A Detailed Timeline

The Rise and Fall of Rabi Lamichhane in Nepal Politics: A Detailed Timeline Rabi Lamichhane’s journey in Nepal politics is a gripping saga of meteoric success and a stunning collapse. From a beloved TV journalist to the founder of the Rastriya Swatantra Party (RSP), he captivated Nepal with promises of reform—only to see his career unravel amid legal battles, citizenship disputes, and financial scandals. As of March 21, 2025, his story remains a hot topic in Nepal’s political landscape. Let’s explore the full timeline of Rabi Lamichhane’s rise and fall, unpacking the key moments, controversies, and what’s next for this polarizing figure. Rabi lamichhane Member of parliament,Nepal Who Is Rabi Lamichhane? From Journalist to Political Star Rabi Lamichhane was born on May 11, 1974, in Bhaktapur, Nepal, into a middle-class family. His early life offered little hint of the fame to come. After moving to the United States in the 1990s, he worked odd jobs before gaining American citizenship ...

How to Find Which Pages of Your Site Are Indexed by Google: 10 Proven Methods

How to Find Which Pages of Your Site Are Indexed by Google: 10 Proven Methods Posted on April 4, 2025 by Pankaj Ever wondered which pages of your website Google has tucked away in its massive index? Whether you’re a blogger, a business owner, or just curious, knowing what’s indexed can help you optimize your site, troubleshoot issues, or simply satisfy your curiosity. Today, I’m sharing 10 effective methods to list out the pages Google has indexed from your site—complete with visuals to guide you. Let’s dive in! 1. The Classic site: Search Trick If you’ve ever typed site:yourdomain.com into Google, you’ve already stumbled upon one of the easiest ways to peek at indexed pages. This simple command shows all the pages Google knows about from your site. Add a keyword (like site:pankajblogs26.blogspot.com tech ) to narrow it down. It’s quick, but Google caps results, so it’s not the full picture—perfect for a fast check, though! A quick site: search reveals indexed pages in second...