pcc Mangle

Hi all,
I have my router configure with dual WAN load balancing, it work great BUT i cannot acces my internal network from other interface.
Please what is missing…

here is my mangle rules
0 chain=input action=mark-connection new-connection-mark=wan1_conn passthrough=yes in-interface=ether1-public

1 chain=input action=mark-connection new-connection-mark=wan2_conn passthrough=yes in-interface=ether6-public2

2 chain=output action=mark-routing new-routing-mark=to_wan2 passthrough=yes connection-mark=wan2_conn

3 chain=output action=mark-routing new-routing-mark=to_wan1 passthrough=yes connection-mark=wan1_conn

4 chain=prerouting action=mark-connection new-connection-mark=wan1_conn passthrough=yes dst-address-type=!local in-interface=ether3-Local
per-connection-classifier=both-addresses-and-ports:2/0

5 chain=prerouting action=mark-connection new-connection-mark=wan2_conn passthrough=yes dst-address-type=!local in-interface=ether3-Local
per-connection-classifier=both-addresses-and-ports:2/1

6 chain=prerouting action=mark-routing new-routing-mark=to_wan1 passthrough=yes in-interface=ether3-Local connection-mark=wan1_conn

7 chain=prerouting action=mark-routing new-routing-mark=to_wan2 passthrough=yes in-interface=ether3-Local connection-mark=wan2_conn

Hello
i think if you add a dst-address of your mangle except your LAN IPs your problem will be solved.check it.

Good Luck

i dont understand…

add your LAN address to an address list and then in your mangles in advance tab in DST-address-list select your created address list and check ! (not)when you using mangle prerouting chain and add a routing mark to packets the connected routes in your MikroTik is not work because their packet skip main routing table.

Good luck

sorry, do i have to create a new mangle rule?
Please can you post an example.
Thanks
flow.png

What addressing is in your local address list?

in my internal network i have 10.0.1.0/24, 10.0.2.0/24, etc. 192.168.10.0/24. 192.168.11.0/24 etc… 172.16.x.x for ospf
direcly connect to internet router i have 10.0.0.1(pppoe) 192.168.1.0/24(server), 172.16.8.0/24 (local, ospf)
Thanks!!

You don’t have any firewall rules that would be preventing this, do you? Perhaps you are doing some odd NATing?

I would say post as much of the file export as you can.

No, that my probleme i dont know how to build it…

Please help me someone!!

I found!!!
http://wiki.mikrotik.com/wiki/PCC_exemptions

Thank’s to all!!