Caveats in Deploying Open Wifi Network
Deploying an Open Wireless network for public users can be a bit a pain if you don’t know what is coming. Here are the things I have learned (the hard way) when you deploy such network.
Effective spacing between Access Points using the twice the effective range as the distance between them
- Use recommended channel spacing (Channel 1,6,11 or Frequency 2412MHz,2437MHz,2462MHz)
Minimize (or even remove) all security settings on the network interfaces on the switches where the APs connects
- Port-security (particularly Cisco IOS) settings are good but need to consider which settings are appropriate as a number of MAC address will be identified on the same port.
- User roaming with same IP over different APs can trigger these port-security settings (APs space overlapping can cause this problem)
- DHCP snooping should be activated with care as it can block valid multiple DHCP request originating from the Access Points
Consider that not only the laptops connects to the network, you should also consider now mobile devices!
- These can easily exhaust all DHCP leases in just a day (how many users have iPhone, Blackberries, and any mobile with WiFi capabilites)
Recommend to shorten the DHCP server lease time to say 10mins upto 30mins.
- This will release IP address very quickly on the DHCP but will increase the number DHCP broadcast traffic
- Multiple IP address space should be considered in the design while determining the number of concurrent users in the wireless area


.