Page 1 of 1

PPoE Mangle

Posted: Mon Dec 04, 2006 10:19 pm
by plucchetti
Can I mangle incoming and outgoing packets or flow when clients authenticate via pppoe?
I'm a little confused with this because pppoe interface is dynamic.

Thanks in advance

Posted: Tue Dec 05, 2006 8:03 am
by mneumark
Of course you can mangle pppoe. You would do it the same as any other mangle rule.

1 ;;; Customer FTP request IN
src-address=:20-21 protocol=tcp action=accept mark-flow=FTP

2 ;;; Customer FTP request OUT
dst-address=:20-21 protocol=tcp action=accept mark-flow=FTP

http://www.mikrotik.com/testdocs/ros/2.9/root/queue.php

Posted: Wed Dec 06, 2006 11:48 pm
by plucchetti
Thanks for your reply, but what happe when ip address is dynamic?

Pablo