Equal bandwidth sharing among users in NATed network HOW???

Hello mikrotik gurus, at first - sorry my wrestle English.

I have next situation:

  1. LAN users: 192.168.1.0/24

  2. PC router (running RouterOS 2.9.51) with 2 ethernet interfaces (2LAN and 2ADSL), 1 pppoe interface (pppoe0 - puiblic interface looking to Internet) and 1 l2tp interface (l2tp0 looking to virtual network 4.3.2.0/30). At the RouterOS runnig next services:

  • l2tp-server, thats listening incoming connections from Internet
  • pppoe-client - that connect to ISP pppoe server via ADSL-router (ADSL-modem)
  • nat (masquerading) LAN users and L2TP users to access Internet across pppoe connection
  1. ADSL-modem (ADSL-router) running in bridge mode.

My question is How I can setting up Simple Queues with PCQ and NAT or Queue Tree with PCQ and NAT that i can equally sharing my internet pppoe connection among LAN users and L2TP users on router that run NAT/Masquerade. My Internet connection has the following speed: 2048Kbit/s for downstream and 1024Kbit/s for upstream.

I read and apply many standart examples from manual, but i think PCQ and equal sharing isn’t work correctly. Please, help me.

I try this configuration http://www.mikrotik.com/testdocs/ros/2.9/root/queue.php for equal bandwidth sharing, but i think this is wrong for my situation. Also i tried another configuration, thats described in http://wiki.mikrotik.com/wiki/Cable_setup

But how i can check that is realy equally sharing natted users???

Please, give me some urls or example configuration in my case or point to my mistakes.