Page 1 of 1

How to Connect Queue tree with pppoe profiles? Help :(

Posted: Mon Feb 24, 2014 2:58 am
by qudama
Hello i have RB2011 i am using it as pppoe to users now i saw this bandwidth management video on youtube.com and i want work with it ?

this video [youtube]http://www.youtube.com/watch?v=BOtX2QA10ak[/youtube]

here Below my pppoe script and the video script please tell me what to do?

my script :

jan/02/1970 00:09:59 by RouterOS 6.10
# software id = AH9X-0NZX
#
/ip pool
add name="PPPoE Pool" ranges=128.0.0.2-128.255.255.254

/ppp profile
add dns-server=8.8.8.8 local-address=128.0.0.1 name=profile1 \
only-one=yes rate-limit=5000k/5000k remote-address="PPPoE Pool"

/ip firewall nat
add action=masquerade chain=srcnat src-address=128.0.0.0/8

/ip address
add address=10.0.0.3/24 interface=ether1 network=10.0.0.07

/ip route
add distance=1 gateway=10.0.0.2
===================================================================


this video script is :
http://agratitudesign.blogspot.com/2013 ... arent.html
====================================================================