Bandwidth control help

I got small network and i wont Mikrotik to share internet conection equaly,

I have found this; http://www.mikrotik.com/testdocs/ros/2.9/root/queue_content.php#6.54.6.3

Problem…
I got 2 interfaces named Local and Public.
On Public i connected my ZyXEL adsl modem and enabled DHCP client.
My card recieve IP and all is ok… "ping yahoo.com"works fine.

that part work but on Local i connected my laptop with crossover cable (witch works fine) and my lap gets ip from DHCP server runing on it: 1192.168.2.101 as Gateway and DNS…

Trying to ping yahoo.com or open it: error, 404, not found!?!
I did put in src-address=192.168.2.0/24
Help!?! What did i wrong.!?

i found and tested this http://wiki.mikrotik.com/wiki/How_to_Connect_your_Home_Network_to_xDSL_Line but i dont get it … why this works and first config dont?

I realy need equal bandwidth

Did you set the NAT option in the first config ?

Equal bandwidth is shown in the manual as well as NAT coniguration.

Be careful as problems tend to slip in configurations.

thx m8 on answer! no, i did not!

so for first i do only:

/ip firewall nat add chain=srcnat src-address=192.168.2.0/24 action=masquerade

ok, SOLVED but now new problem:
http://forum.mikrotik.com/t/solved-too-much-firewall-connections-wtf/13495/1