I
I
Igor Krivintsov2018-10-15 12:21:08
Mikrotik
Igor Krivintsov, 2018-10-15 12:21:08

How to properly tag RDP traffic?

Hello, tell me if I mark RDP traffic correctly?
https://pastebin.com/6wXqCTPG
I have two offices, ipsec between them, users are connected via terminal to the server via rdp. I also have a workstation exposed to the outside via the rdp protocol but with port 6984. If I mark everything as I do it, the numbers seem to run, signaling that traffic is being marked, but if you use queues and watch the load, then the queues do not work.
Response:
add action=mark-connection chain=forward comment="Mark IPsec_in" \
ipsec-policy=in,ipsec new-connection-mark=ipsec_in passthrough=no \
protocol=tcp src-port=3389
add action=mark-packet chain=forward in-interface=ether6 new-packet-mark=\
ipsec_in passthrough=no
add action=mark-connection chain=forward comment="Mark IPsec_out" dst-port=\
3389 ipsec-policy=out,ipsec new-connection-mark=ipsec_out passthrough=no \
protocol=tcp
add action=mark-packet chain= forward connection-mark=ipsec_out \
new-packet-mark=Ipsec_out out-interface=ether6 passthrough=no

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question