Code: Select all
/ ip firewall mangle
add chain=prerouting p2p=all-p2p dst-address-list=!Lokalni action=mark-connection \
new-connection-mark=p2p_conn passthrough=yes comment="" disabled=no
add chain=prerouting connection-mark=p2p_conn action=mark-packet new-packet-mark=p2p \
passthrough=no comment="" disabled=no
add chain=prerouting dst-address-list=!Lokalni action=mark-connection \
new-connection-mark=internet_con passthrough=yes comment="" disabled=no
add chain=prerouting connection-mark=internet_con action=mark-packet \
new-packet-mark=internet passthrough=no comment="" disabled=no
What kind of traffic is this, and why it is not marked?