bandwidth settings with queue

I need to set user bandwidth I do it by setting it in a simple queue on the RB\433 we use as access points. I can set any speed up to 1 M but there is no setting higher other than 2 M. I would like to set to 1.5 M. Is there a way?

Not sure if I need to post a different message but I need to port forward/map tcp port 443 in the customers RB\133c. the Wan address is a real address and the Lan address is fake 10.10.10. can any one show me the code?

David Gower

Hello,

to your first question, you could use “k” instead of “M” then… 1500k will be 1.5M.

for your 2nd question, read this in the wiki:
http://wiki.mikrotik.com/wiki/How_to_link_Public_addresses_to_Local_ones

; )

Thanks the 1500K worked.

on the second I still need help on maping a port 443 to a 10.10.10.2 lan address

/ip firewall nat add action=dst-nat chain=dstnat comment="OPEN 443" disabled=no \
    dst-address=YOUR_ROUTER_IP_ADDRESS_CONECTED_TO_ADSL_ROUTER dst-port=443 in-interface=\
    YOUR_IN_INTERFACE protocol=tcp to-addresses=10.10.10.2 to-ports=\
    443

Remember that you have to open your 443 port in your ADSL router and redirect it to your Routerboard.