Hello:
I have a mikrotik sitting infront of my access point where I have roughly 25 customers connected, all these customers have been set to pcq up and down for 1.5 M. However, there is one customer in there who I need to increase speeds to 3M. Is there a place in the mikrotik where I can specify this bandwidth to pass for this customers ip.
Thank you for that. Does that mean I create a new entry under mangle? Should I create one each for up and down speeds? I have pasted the output from the terminal below.
[admin@MikroTik] > ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=10.0.26.43/19 network=10.0.0.0 broadcast=10.0.31.255
interface=bridge1 actual-interface=bridge1
[admin@MikroTik] > ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=10.0.31.253
gateway-status=10.0.31.253 reachable bridge1 distance=1 scope=30
target-scope=10
1 ADC dst-address=10.0.0.0/19 pref-src=10.0.26.43 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
[admin@MikroTik] > interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2MTU
0 R ether1 ether 1500 1524
1 ether2 ether 1500 1524
2 ether3 ether 1500 1524
3 Link to SU/Network-port4 ether 1500 1524
4 Link to AP and Host- Port5 ether 1500 1524
5 R bridge1 bridge 1500 65535
[admin@MikroTik] > ip firewall export
jan/02/1970 00:39:30 by RouterOS 4.11
software id = 6KBE-N77P
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s
tcp-close-wait-timeout=10s tcp-established-timeout=1d
tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s
tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no
tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=add-src-to-address-list address-list=activeips
address-list-timeout=2d chain=forward comment="" disabled=no
in-bridge-port="Link to AP and Host- Port5"
/ip firewall mangle
add action=mark-packet chain=prerouting comment="" disabled=no
new-packet-mark=up passthrough=no src-address-list=activeips
add action=mark-packet chain=prerouting comment="" disabled=no
dst-address-list=activeips new-packet-mark=down passthrough=no
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no