Posted On March 31, 2019

Wireless Optimal Setup

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Wireless Optimal Setup
  1. Have multiple access point using the same SSID for best handover
  2. Stagger channels 1, 6, and 11 for minimal interference
  3. Estimate the range of each AP so that those that are on the same channel are far away from each other

Leave a Reply

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

Related Post

Some Useful Windows Networking Commands

# Checking WinRM connections PS C:\Windows\system32> netstat -ano|select-string ":5985" TCP 0.0.0.0:5985 0.0.0.0:0 LISTENING 4 TCP…

Simple Active Directory & DNS Synchronization Script

@echo offGOTO push_or_pull:push_or_pullset /p action="Type in Push, Pull, or Quit. Press Enter for default action…

How to Enable GPUPDATE When Connected via OpenVPN Client

// Explanation: to prevent locking of processes, we set a proxy batch file (on_connect.bat) to…