I opted for security over features in making the jump!
@grifo Well I don't see any interface called wifi0 or wl1.1 despite what the NVRAM variables say!
Maybe one or other (or both) of them is vlan4000? If you turn off the 5GHz guest network does vlan4000 disappear? What about if you turn off the 5GHz radio entirely?
There is an api for talking to the Quantenna, the thread Colin linked earlier had a couple of commands.Yeah unfortunately it's a strange router with the separate Quantenna chipset, maybe the Quantenna deals with the 5Ghz interfaces on its own and then passes the traffic to the main chipset at higher layers, there are a few 169.254.x.x addressed connections going on within the router at all times. I don't think there's a way to access the Quantenna chipset. This is maybe why Asus have said they are not going to support AiMesh on this router.
me@87u:/tmp/home/root# qcsapi_sockrpc get_associated_device_mac_addr wifi0 0
28:::::
me@87u:/tmp/home/root# qcsapi_sockrpc get_associated_device_mac_addr wifi1 0
QCS API error 34: Parameter value out of range
me@87u:/tmp/home/root# qcsapi_sockrpc get_associated_device_mac_addr wifi1 0
28:::::
me@87u:/tmp/home/root# qcsapi_sockrpc get_associated_device_mac_addr wifi0 0
QCS API error 34: Parameter value out of range
me@87u:/tmp/home/root#
me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi0
0
me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi1
0
me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi2
1
me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi3
0
me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi4
QCS API error 19: No such device
me@87u:/tmp/home/root#
Yes, just do a for loop with the count as the upper limit. I was going to implement it in YazFi, but with broken guests in 384 for 87U, I can't exactly test itYep it's a mac address, I've hidden it because it identifies my laptop but the router shows the full correct mac address in the format 00:00:00:00:00:00
The get_count_assoc returns the number of clients for the wlans that are turned on, see below, at the moment my laptop is connected to guest 2, all 3 guest wlans are active, if I turn off one of them I get the "QCS API error 19: No such device" error for the corresponding wifix number, like I get below for wifi4 that doesn't exist (max 3 guest wlans per radio on this router).
Code:me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi0 0 me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi1 0 me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi2 1 me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi3 0 me@87u:/tmp/home/root# qcsapi_sockrpc get_count_assoc wifi4 QCS API error 19: No such device me@87u:/tmp/home/root#
This should be enough for the script to work shouldn't it? The count will tell how many index numbers to query per wlan.
There's absolutely no point in hiding MAC addresses IMHO. My MAC address is 60:57:18:5B:58: D3. What are you going to do with it?Yep it's a mac address, I've hidden it because it identifies my laptop
That's precisely my point! You can't associate it with a public IP address and MAC addresses are not routable and don't go outside their local subnet. So knowing a MAC address without already having physical access to the local network is worthless. And if you do already have access to the local subnet...Try to find your public IP and send WoL packets to be dropped by your firewall, obviously
Aw, well that ruins my Monday nightThat's precisely my point, you can't associate it with a public IP address! MAC addresses are not routable and don't go outside their local subnet. So knowing a MAC address without already having physical access to the local network is worthless. And if you do already have access to the local subnet...
That's precisely my point, you can't associate it with a public IP address! MAC addresses are not routable and don't go outside their local subnet. So knowing a MAC address without already having physical access to the local network is worthless. And if you do already have access to the local subnet...
But my point is that it doesn't provide any additional privacy. It's a false sense of (additional) privacy/security. I value my privacy as much as the next person. But knowing the MAC address of my laptop is of no value to anyone else. As I said earlier when I posted mine, "What are you going to do with it?". How could anyone exploit this information?The point isn't about hacking but about privacy and staying anonymous on a public forum, you obviously don't care about it as you're using your real name for your nickname but that doesn't mean others don't.
But my point is that it doesn't provide any additional privacy. It's a false sense of (additional) security. I value my privacy as much as the next person. But knowing the MAC address of my laptop is of no value to anyone else. As I said earlier when I posted mine, "What are you going to do with it?". How could anyone exploit this information?
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!