Hello, a have a question about http://wiki.mikrotik.com/wiki/How_to_ap ... as_traffic
/ queue simple
add name="Oversea" target-addresses=192.168.100.254/32 dst-address=0.0.0.0/0 \
interface=all parent=none packet-marks="Oversea traffic" direction=both \
priority=8 queue=default-small/default-small limit-at=0/0 \
max-limit=256000/256000 total-queue=default-small disabled=no
add name="Local Country" target-addresses=192.168.100.254/32 dst-address=0.0.0.0/0 \
interface=all parent=none packet-marks="Local Country Traffic" direction=both \
priority=8 queue=default-small/default-small limit-at=0/0 \
max-limit=1024000/1024000 total-queue=default-small disabled=no
I need to apply this, for evry host in my network(192.168.100.254/32...253/32 etc..) or i can just use 192.168.100.0/24? and if i use 192.168.100.0/24 as target address, it will give 256 kbits for all hosts in my network or 256 kbits for each?
I'm sorry for my bad english... i hope you uderstand some thing =)