I am trying to follow the following right up. http://wiki.mikrotik.com/wiki/Improved_Load_Balancing_over_Multiple_Gateways
But I have come into some errors which I need some help with,
I have a 433UAH with ros 6.11
ether1 = wan1 (192.168.1.20) (gateway : 192.168.1.1)
ether 2 = wan2 (10.0.0.20) (gateway : 10.0.0.1)
ether 3 = local (10.0.0.25)
Issues
1:
When I run
/ ip firewall mangle
add chain=prerouting in-interface=ether3 connection-state=new nth=1,1,0 \
action=mark-connection new-connection-mark=odd passthrough=yes comment="" \
disabled=no
I get an error relating to the Nth paramter:
invalid value 1,0 for packet, an integer required
EDIT:
I understand that this is due to the new ROs using nth differently. Any chance someone could update the wiki on it?
2:
The tutorial leaves out masquerading NAT, How can I incorporate that into this set-up as well? As far as I understand I still need the Masquerade Nat on each WAN ?
now obviously with the 1st step not working I cant test if this is actually working correctly.