The last reply is correct I have also installed many similar setups myself and can assure you that It will meet your needs quite well I would think that two aps will cover your area fine if you can get them at opposing corners. Message me if you need help with config
Hi I am having an issue that I suspect is related to the version. Have two HAP-ac connected to a RB3011. Haps as Caps And rb as capsman. Rb3011 is version 6.38, hap#1 version 6.35 works fine. Hap#2 version 3.39rc upgraded from v3.38 will not register with the manager. Both hap units have the same co...
Well After alot of trial and error I thought that I would post my final config. Turns out that even though i was unable to ping between devices they did have connectivity. Realized this when i noticed that they were logging onto my domain based in the 2.48/28 network(Vlan20). Still had some issues w...
:local numUsers 0;
:local time;
:set time [/system clock get time];
:foreach user in=[/ip hotspot active find] do={:set numUsers ($numUsers + 1)};
:log info "Number of users logged in at $time is $numUsers";
}
Hello all, This is my first attempt at scripting. Wanted to limit my kids to 30 min sessions with a max of 1.5hrs a day. Used one script/user profile per user, triggered at login, and one script/schedule to reset values each day at midnight. Would like to be able to get username value to allow a sin...
Hello All, I have recently acquired a RB-2100 and have been trying to implement it into my home network. I have been taking courses in networking and have my CCNA, but little actual field experience, so i have made my home network into a practice lab. It is over-complicated by design, mostly for the...