dlukanidin
Occasional Visitor
Is it possible to disable the wifi for the selected client from the command line(ssh) in order for that client will connect to the best network?
I have one Central router and 4 AP. I see one client connected to Central on 2.4 with low signal. I know for that client is important to have a good connection at a moment. I need to phone to him and ask to disconnect WiFi. After disconnection he auto connect to wright AP. AiMesh does not work in my configuration. Is it possible to temporarily disconnect the client with GUI?
If you want to prevent that client from connecting to the central router permanently you can use the Wireless MAC Filter in deny mode.Is it possible to temporarily disconnect the client with GUI?
wl -i ethN disassoc AA:BB:CC:DD:EE:FF
ethN
is the name of the wireless interface that the client is connected to and AA:BB:CC:DD:EE:FF
is its MAC address.Good idea, but does not work as expected: answer wl: Not STAIf you just want to force it off temporarily through SSH, connect to the central router and issue the following command:
WhereCode:wl -i ethN disassoc AA:BB:CC:DD:EE:FF
ethN
is the name of the wireless interface that the client is connected to andAA:BB:CC:DD:EE:FF
is its MAC address.
i used to use deauth in YazFi but it was always a bit hit and miss if the client behaved properlyIf you want to prevent that client from connecting to the central router permanently you can use the Wireless MAC Filter in deny mode.
If you just want to force it off temporarily through SSH, connect to the central router and issue the following command:
WhereCode:wl -i ethN disassoc AA:BB:CC:DD:EE:FF
ethN
is the name of the wireless interface that the client is connected to andAA:BB:CC:DD:EE:FF
is its MAC address.
It works for me but I have a different router than you.Good idea, but does not work as expected: answer wl: Not STA
# wl -i eth7 disassoc EC:1F:72:F8:4A:21
# wl -i eth7 disassoc EC:1F:72:F8:4A:21
wl: Not Associated
Sorry, I don't understand what you're trying to say.I think it about that station may disassociate itself
admin@RT-AC86U-HOST:/tmp/home/root# wl -i eth5 disassoc C0:A6:00:C2:41:F1
wl: Not STA
How do you implement this with router and multiple access points?The best implementation Ive found from a router/AP perspective is a Unified AP design where the ssid had 1 hybrid mac address associated on all the APs sharing that ssid. The clients were looking at the ssid source (mac) as much if not more at the rssi value.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!