Hi , I have 6 Internet and also i am using below config for Policy Routing based on Client IP Address and my problem is 75.180.180.12 IP is for my second ADSL Public Address if any client use the first one can access to the NAT of this IP address but if any client use 3th or 4th or same second internet cannot access to NAT 75.180.180.12 ! if i assign 3th ADSL to any client it cannot access to 75.180.180.12 but when select the first internet for the same user can access .
it make me crazy how can i fix it that 3th internet also access to second internet NAT mean add address=192.168.4.214 list=DSL3_USERS when change list=DSL1_USERS works but when change to list=DSL3_USERS will not open that nat for second ADSL.
Note : I try to access in local network .
Thanks for your help and effort .
/ip firewall mangle
add action=mark-routing chain=prerouting comment="Routing based on Client IP Address DSL-1" new-routing-mark=wan1_user passthrough=no src-address-list=DSL1_USERS
add action=mark-routing chain=prerouting comment="Routing based on Client IP Address DSL-2" new-routing-mark=wan2_user passthrough=no src-address-list=DSL2_USERS
add action=mark-routing chain=prerouting comment="Routing based on Client IP Address DSL-3" new-routing-mark=wan3_user passthrough=no src-address-list=DSL3_USERS
add action=mark-routing chain=prerouting comment="Routing based on Client IP Address DSL-4" new-routing-mark=wan4_user passthrough=no src-address-list=DSL4_USERS
add action=mark-routing chain=prerouting comment="Routing based on Client IP Address DSL-6" new-routing-mark=wan6_user passthrough=no src-address-list=DSL6_USERS
add action=mark-routing chain=prerouting comment="Routing based on Client IP Address DSL-7" new-routing-mark=wan7_user passthrough=no src-address-list=DSL7_USERS
/ip firewall nat
add action=masquerade chain=srcnat comment=SRC-NAT
add action=dst-nat chain=dstnat comment=DESK(Second Internet mean PPPOE02) dst-address=75.180.180.12 dst-port=80 protocol=tcp to-addresses=192.168.4.196 to-ports=80
add action=masquerade chain=srcnat dst-address=192.168.4.196 dst-port=80 out-interface=SFP1-LAN protocol=tcp src-address=192.168.4.0/23
/ip route
add comment=DSL1->USERS distance=1 gateway=PPPOE01 routing-mark=wan1_user
add comment=DSL2->USERS distance=2 gateway=PPPOE02 routing-mark=wan2_user
add comment=DSL3->USERS distance=3 gateway=PPPOE03 routing-mark=wan3_user
add comment=DSL4->USERS distance=4 gateway=PPPOE04 routing-mark=wan4_user
add comment=DSL6->USERS distance=6 gateway=172.1.1.1 routing-mark=wan6_user
add comment=DSL7->USERS distance=7 gateway=210.175.103.195 routing-mark=wan7_user
add check-gateway=ping comment=Default-Route->1 distance=1 gateway=PPPOE01
add check-gateway=ping comment=Default-Route->2 distance=2 gateway=PPPOE02
add check-gateway=ping comment=Default-Route->3 distance=3 gateway=PPPOE03
add check-gateway=ping comment=Default-Route->4 distance=4 gateway=PPPOE04
add check-gateway=ping comment=Default-Route->6 distance=6 gateway=172.1.1.1
add check-gateway=ping comment=Default-Route->7 distance=7 gateway=210.175.103.195
/ip firewall address-list
add address=192.168.4.214 list=DSL3_USERS