radius package-wise limitation internet & HIGH SPEED CACHE

Hello Everybody,

Recently we had setup a new video cache engine & a cache server, However I want to give users this cache servers traffice at High speed than the package wise limitation. But not able to do so. Please find the example which I am looking at

The package should look like this 256 KBS of Internet + 5 Mbps of cache traffic.

How can I definer rules in a NAS server. We are using dma software radius manager.

Regards.

Hi,

This can be achieved easily. However some Mikrotik side settings will also be needed, as I can not think of a solution which only requires RADIUS side settings.

What you can do is quiet simple. In RADIUS (radgroupreply or radreply) table you can create an entry that adds the user in a firewall address-list. The attribute for adding a user in address-list is “Mikrotik-Address-List”. Once the user is in the address list, you can create simple rules in mangle chain to mark connection from the address-list to the destination of the cache server for each user then using the connection mark you can do the packet-marking. Then in simple queue or queue tree (which ever suits you), you can create a PCQ rule to only allow 5mbps/user (this queue should be on top if you are using simple queue).

I do not know if Radius Manager gives you the freedom to add user to address-list. This you have to figure out your self.