In all PCC examples I see only one local interface and multiple WAN interfaces. In my case I have 4
local interfaces each with different subnets. Am wondering if its possible to just specify source private
IP instead of the in-interface.
From
add chain=prerouting in-interface=LAN connection-mark=no-mark dst-address-type=!local per-connection-classifier=both-addresses:3/0 action=mark-connection new-connection-mark=WAN1_conn
To
add chain=prerouting src-address=local connection-mark=no-mark dst-address-type=!local per-connection-classifier=both-addresses:3/0 action=mark-connection new-connection-mark=WAN1_conn
Where “local” is an address list of the local addresses of the 4 local interfaces?