hi there. i have problem with pcc
I have two DIFFERENT ISP with PPPOE
ISP1 is 4Mbps
ISP2 is 2Mbps
configuration is like this
/ip firewall mangle
add action=accept chain=prerouting disabled=no dst-address=xx.xxx.xx.0/24 in-interface=LOCAL
add action=accept chain=prerouting disabled=no dst-address=xx.xxx.xx.0/24 in-interface=LOCAL
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no in-interface=ISP1 new-connection-mark=LINE1 passthrough=yes
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no in-interface=ISP2 new-connection-mark=LINE2 passthrough=yes
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no dst-address-type=!local in-interface=LOCAL new-connection-mark=LINE1 passthrough=yes per-connection-classifier=both-addresses:3/0
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no dst-address-type=!local in-interface=LOCAL new-connection-mark=LINE1 passthrough=yes per-connection-classifier=both-addresses:3/1
add action=mark-connection chain=prerouting connection-mark=no-mark disabled=no dst-address-type=!local in-interface=LOCAL new-connection-mark=LINE2 passthrough=yes per-connection-classifier=both-addresses:3/2
add action=mark-routing chain=prerouting connection-mark=LINE1 disabled=no in-interface=LOCAL new-routing-mark=TO_LINE1 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=LINE2 disabled=no in-interface=LOCAL new-routing-mark=TO_LINE2 passthrough=yes
add action=mark-routing chain=output connection-mark=LINE1 disabled=no new-routing-mark=TO_LINE1 passthrough=yes
add action=mark-routing chain=output connection-mark=LINE2 disabled=no new-routing-mark=TO_LINE2 passthrough=yes
/ip firewall nat
add chain=srcnat out-interface=ISP1 action=masquerade
add chain=srcnat out-interface=ISP2 action=masquerade
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=ISP1 routing-mark=TO_LINE1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=ISP2 routing-mark=TO_LINE2 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=ISP1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=ISP2 scope=30 target-scope=10
/ip dns
allow remote request is yes and servers i put one dns of ISP1 and one dns of ISP2
i think i have problems with the dns
anyone can help ?