• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by akileos

  1. akileos

    Easily get connected client list

    Ok in case someone find this later, dirty crontab such as : * * * * * wl -i eth2 assoclist | awk '{print "Client="tolower($2)}' | logger && wl -i eth1 assoclist | awk '{print "Client="tolower($2)}' | logger Dumps to syslogs all mac every minute.
  2. akileos

    Easily get connected client list

    Thanks ! That really was question of the day ... Was other info could I grab ? RSSI ? Speed ?
  3. akileos

    Easily get connected client list

    Hello There, I'm looking for an easy way to get a list of connected clients, either Hostname, Mac Addr or IP. Had a look at the code but couldn't find anything reliable that I could syslog, Tried `wl` commands but couldn't find much either, Check SNMP but found nothing relating to wireless...
Back
Top