I have a gateway with one public ethernet and one private ethernet.
This gateway act also as pppoe server for my users.
I have no nat, all users have their public ip.
I have some problems to identify download traffic, I suppose because of pppoe tunnels.
…if I:
- in mangle create two new chains: ch_upload and ch_download, using the address list of my users ip and forward chain;
- i mangle separated traffic in ch_upload and ch_download, creating separate packet marks (i.e. http_up, http_down)
- i use two main queue tree parents of global-out, each one with yours sub-queues filterings in_ and out_ packets
do you think I can queue all kind of traffic ?
Is an efficient solution or there is another well known way ?
thanks