I am having trouble typing in the following text at the command line that I copied off of the wiki:
[admin@MikroTik] ip firewall mangle> add src-address=10.0.0.0/24 mark-flow=p2p-out \
\... p2p=all-p2p action=passthrough
[admin@MikroTik] ip firewall mangle> add dst-address=10.0.0.0/24 mark-flow=p2p-in \
\... p2p=all-p2p action=passthrough
[admin@MikroTik] ip firewall mangle>
I can change into ip/firewall/mangle no problem.
When I type in the command I get a red block on the letter m on mark. What is the exact text I would type in at the command line? the \ and ... confuse me. (Yes I'm new at this) Also is there any guide or tips when it comes to typing at the command line?