I living in south africa and playing xbox360, I bought a RB750 a year ago and do some traffic splitting ( http://wiki.mikrotik.com/wiki/Routing_local_%2B_international_%2B_unshaped_traffic_through_3_separate_adsl_accounts) with it. In South Africa there is a need to do it because of very expensive bandwidth. Original i got a problem with the xbox somebody helped me around my problem He have giving me a script what fixed my problem. the script was
/ip firewall mangle
add action=mark-connection chain=input comment=“Mark adslINTL packets” disabled=no in-interface=adslINTL new-connection-mark=adslINTL passthrough=yes
add action=mark-connection chain=forward comment=“Mark adslINTL packets” disabled=no in-interface=adslINTL new-connection-mark=adslINTL passthrough=yes
add action=mark-connection chain=prerouting comment=“Mark adslINTL packets” disabled=no in-interface=adslINTL new-connection-mark=adslINTL passthrough=yes
add action=mark-routing chain=prerouting comment=“if adslINTL mark coming from ether1, mark routing” connection-mark=adslINTL disabled=no in-interface=ether1 new-routing-mark=adslINTL passthrough=yes
add action=mark-routing chain=output comment=“if adslINTL mark, mark routing” connection-mark=adslINTL disabled=no new-routing-mark=adslINTL passthrough=yes
/ip route
add comment=“Route adslINTL packets via adslINTL” disabled=no distance=1 dst-address=0.0.0.0/0 gateway=adslINTL routing-mark=adslINTL scope=30 target-scope=10
A friend of mine bought himself a mikrotik last week and run the same config but we can not connect to each other. It looks like if i sent him a invite he gets my invite but can not except it. I’m only a noob on a mikrotik and need ergent help. It is nice to play against other south africans and all traffic comes from cheap local bandwidth. the problem looks like if somebody got 2 wan ips, we can not play together.