i'm new to this mikrotik thing. just purchase a RB5009UG router (thinking its a good investment for future upgrade) replacing my old tenda w20e router. for load balancing n port forwarding.
the old tenda is easy to configure. just plug it change the wan n enter credential n then im good too go.not so much with port forwarding.so im thinking the rb5009ug will be better.
well i cant be more wrong with this rb5009ug with its routeros 7. so many guide in the web for dual wan pppoe is stil using routeros6. been strugling with it for almost a week now with no avail.
i have managed to connect to the internet with just 1 wan. but not having any luck with 2.
i tried the guide here
https://www.youtube.com/watch?v=p2XliQ2 ... el=wifiLAB
but stil no luck, can someone point me to the dual wan pppoe setup with routeros7? preferably with pcc load balancing?
this is also the script i follow with no luck. cant someone also point it out where it went wrong?
Mikrotik Local Ip
192.168.88.1/24
dhcp-lan
192.168.88.0/24
ether2= WAN1
ether3= WAN2
Bridge Lan = ether1, ether4-9
pppoe-out1=ether2
pppoe-out2=ether3
both with default route uncheck.
/routing/table/add name=to_wan1 fib
/routing/table/add name=to_wan2 fib
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=pppoe-out1
add action=masquerade chain=srcnat disabled=no out-interface=pppoe-out2
/ip firewall mangle
add action=accept chain=prerouting disabled=no in-interface=pppoe-out1
add action=accept chain=prerouting disabled=no in-interface=pppoe-out2
add action=mark-connection chain=prerouting disabled=no dst-address-type=!local new-connection-mark=WAN1_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0 src-address=192.168.88.0/24
add action=mark-connection chain=prerouting disabled=no dst-address-type=!local new-connection-mark=WAN2_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1 src-address=192.168.88.0/24
add action=mark-routing chain=prerouting connection-mark=WAN1_conn disabled=no new-routing-mark=to_wan1 passthrough=yes src-address=192.168.88.0/24
add action=mark-routing chain=prerouting connection-mark=WAN2_conn disabled=no new-routing-mark=to_wan2 passthrough=yes src-address=192.168.88.0/24
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out1 routing-table=to_wan1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out2 routing-table=to_wan2 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-out1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=pppoe-out2 scope=30 target-scope=10
ps. wan1 need its own dns. cant do with the public dns. so should i check the peer dns in the pppoe setting?