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
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
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
Thanks for your reply, but what happe when ip address is dynamic?
Pablo