Ok so here is my question.
I have a RB532 with all 3 ports bridged with the setting “Use IP Firewall”.
The idea behind this is that i want to use this device to provide QOS transparently.
I have done alot of reading and have finally tried to do my own thing, however im not sure if it’s working.
If someone could have a look and let me know if what ive done is correct it would be appreciated.
Under Mangle I have…
[admin@Internet-Bridge] /ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=forward action=mark-packet new-packet-mark=Mail passthrough=yes protocol=tcp dst-port=251 chain=forward action=mark-packet new-packet-mark=http passthrough=yes protocol=tcp dst-port=80
2 chain=forward action=mark-packet new-packet-mark=ssh passthrough=yes protocol=tcp dst-port=22
3 chain=forward action=mark-packet new-packet-mark=DNS_UDP passthrough=yes protocol=udp dst-port=53
4 chain=forward action=mark-packet new-packet-mark=DNS_TCP passthrough=yes protocol=tcp dst-port=53
5 chain=forward action=mark-packet new-packet-mark=SSL passthrough=yes protocol=tcp dst-port=443
6 chain=forward action=mark-packet new-packet-mark=POP3 passthrough=yes protocol=tcp dst-port=110
7 chain=forward action=mark-packet new-packet-mark=http passthrough=yes protocol=tcp src-port=80
8 chain=forward action=mark-packet new-packet-mark=Mail passthrough=yes protocol=tcp src-port=25
9 chain=forward action=mark-packet new-packet-mark=POP3 passthrough=yes protocol=tcp src-port=110
10 chain=forward action=mark-packet new-packet-mark=SSL passthrough=yes protocol=tcp src-port=443
11 chain=forward action=mark-packet new-packet-mark=ssh passthrough=yes protocol=tcp src-port=22
12 chain=forward action=mark-packet new-packet-mark=DNS_TCP passthrough=yes protocol=tcp src-port=53
13 chain=forward action=mark-packet new-packet-mark=DNS_UDP passthrough=yes protocol=udp src-port=53
14 chain=forward action=mark-packet new-packet-mark=ICMP passthrough=yes protocol=icmp
15 chain=forward action=mark-packet new-packet-mark=Skype passthrough=yes layer7-protocol=Skype
16 chain=forward action=mark-packet new-packet-mark=eSystem passthrough=yes protocol=tcp dst-port=12000-12020
17 chain=forward action=mark-packet new-packet-mark=eSystem passthrough=yes protocol=tcp src-port=12000-12020
18 chain=forward action=mark-packet new-packet-mark=OpenVPN passthrough=yes protocol=udp dst-address=196.211.117.42 dst-port=1194
19 chain=forward action=mark-packet new-packet-mark=OpenVPN passthrough=yes protocol=udp src-address=196.211.117.42 src-port=1194
20 chain=forward action=mark-packet new-packet-mark=Time passthrough=yes protocol=udp dst-port=123
[admin@Internet-Bridge] /ip firewall mangle>
And under simple queues i have…
[admin@Internet-Bridge] /queue simple> print
Flags: X - disabled, I - invalid, D - dynamic
0 name=“Web” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=http direction=both priority=1 queue=default/default
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=2s/2s total-queue=default1 name=“Mail” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=Mail direction=both priority=6 queue=default/default
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small2 name=“p2p” dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 queue=default/default limit-at=0/0
max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default p2p=all-p2p3 name=“ssh” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=ssh direction=both priority=1 queue=default/default
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small4 name=“DNS_Query” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=DNS_UDP direction=both priority=1
queue=default/default limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small5 name=“DNS_Transfer” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=DNS_TCP direction=both priority=3
queue=default/default limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small6 name=“SSL” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=SSL direction=both priority=1 queue=default/default
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small7 name=“POP3” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=POP3 direction=both priority=6 queue=default/default
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small8 name=“ICMP” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=ICMP direction=both priority=2 queue=default/default
limit-at=0/0 max-limit=1000/1000 burst-limit=64000/64000 burst-threshold=1000/1000 burst-time=20s/20s total-queue=default9 name=“Skype” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=Skype direction=both priority=1
queue=default/default limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default10 name=“eSystem” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=eSystem direction=both priority=1
queue=default/default limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default11 name=“OpenVPN” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=OpenVPN direction=both priority=2
queue=default/default limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default12 name=“Rest” dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=7 queue=default/default limit-at=0/0
max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default
[admin@Internet-Bridge] /queue simple>
Oh, & under Interface Queues the bridge is using “default”
I am using v3.15
Input would also be appreciated.