PPTP + PCC : how ?

Hi
I can’t get client connection to routerboard PPTP server running PCC loadbalancing.
I’m trying PPTP connection from internet to the first of three wan “bound” with PCC , I suppose the PCC mechanism is the cause of the issue.
How can I solve this ?
Thank you

I also have this issue. I can get a pptp connection on WAN1 but not WAN2 of a two WAN pcc setup.


Sent from my iPhone using Tapatalk

Something similar as well… I have three PCC WANs but PPTP works only connecting to the third one…

I tried something found here around, like :

add chain=prerouting protocol=gre action=accept
add chain=prerouting protocol=tcp dst-port=1723 action=accept

or even

add chain=prerouting dst-address-list=pptp src-address-list=pptp
where pptp list includes pptp lease addresses

in /ip firewall mangle

The problem is the PPTP connection (not yet traffic) is not even established

I should be able to connect PPTP server on each of WAN interface
I suppose the problem starts when I connect to a particular WAN but routerboard routes back PPTP answer on a different one

What is the right rule to get rid of this ??

Thank you