Page 1 of 1

some doubts on Packet Flow Picture

Posted: Fri Oct 31, 2008 6:08 am
by rafa_lore
Hello
I'm trying to resolve a big problem that I have looking the Packet Flow picture of the manual, and I found that is missing the result of a condition in the middle of the diagrams. Looks in the picture, there is mark with a red cycle where is the problem.
packet_flow.jpg
I hope that someone could help me in that part.
Another question, is where execute the pppoe server? because I have to mangle some connections or packet, to make route mark or some QoS and I couldn't. In the wiki I saw some different example with masquerade, but I don¿t know which is the better practice
Thank in advance
Rafael Lore

Re: some doubts on Packet Flow Picture

Posted: Fri Oct 31, 2008 8:53 am
by macgaiver
Well there are no conditions. If packet must go to the router it will go to Input, i packet must go trough the router it will go to forward. That's it!

You are able to change this decision by applying rules in dst-nat (redirect from forward to input)

There is updated diagram over here:

http://wiki.mikrotik.com/wiki/Image:Packet_flow.png

Re: some doubts on Packet Flow Picture

Posted: Fri Oct 31, 2008 5:30 pm
by rafa_lore
Thank very much!!
And do you know how can I mark the route to each service?
Thanks
Rafael Lore