Recent content by dzg7pl

  • 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!

  1. D

    [AC87U]: Limit Bandwidth On 5GHz Band Using Script

    Ok, think I've got it - iptables appears to work: modprobe -a xt_hashlimit.ko iptables -N RATE_LIMIT iptables -I FORWARD 1 -p ALL -m mac --mac-source $MAC -j RATE_LIMIT iptables -A RATE_LIMIT_$USER -m hashlimit --hashlimit-above 1kb/s --hashlimit-burst 1kb --hashlimit-mode srcip,dstip...
  2. D

    [AC87U]: Limit Bandwidth On 5GHz Band Using Script

    Yeah, I've been looking into the qcsapi_sockrpc command and its miriad of options, but none of the wifi related ones appear to fit the bill. I've also enabled telnet on the Quantenna chip and had a play with tc on there, but the only interface that is recognised is eth1_0, but that doesn't allow...
  3. D

    [AC87U]: Limit Bandwidth On 5GHz Band Using Script

    Just thinking about this though - how does the UI manage to do this then? Surely if it can be achieved by the UI, there must be a way to do this, mustn't there?
  4. D

    [AC87U]: Limit Bandwidth On 5GHz Band Using Script

    Balls!! Thanks for the reply :)
  5. D

    [AC87U]: Limit Bandwidth On 5GHz Band Using Script

    Hi everybody, I'm trying to write a script that does the following: Read a list of user/device name/mac addresses/limit Check if the device is active (i.e. bandwidth is over a given threshold) - e.g. every minute Count the times the device is over this threshold If the device breaches the...
  6. D

    [AC87U]: Limit Bandwidth On 5GHz Band Using Script

    Hi everybody, I'm trying to write a script that does the following: Read a list of user/device name/mac addresses/limit Check if the device is active (i.e. bandwidth is over a given threshold) - e.g. every minute Count the times the device is over this threshold If the device breaches the...
Top