Adze wrote:Yes it should. Could you paste your mwan3 config please?
I am fairly certain it was correct with the previous version of mwan3 I was using, but I dont remember the V#.
config interface 'wan'
option enabled '1'
option count '1'
option timeout '2'
option interval '5'
option down '3'
option up '8'
option reliability '1'
config interface 'wan2'
option enabled '1'
option reliability '1'
option count '1'
option interval '5'
option down '3'
option up '8'
option timeout '5'
config policy 'wan_only'
list use_member 'wan_m10_w10'
config policy 'wan2_only'
list use_member 'wan2_m10_w10'
config policy 'wan_wan2'
list use_member 'wan_m10_w10'
list use_member 'wan_m20_w10'
config policy 'wan2_wan'
list use_member 'wan2_m10_w10'
list use_member 'wan_m20_w10'
config rule 'default_rule'
option dest_ip '0.0.0.0/0'
option proto 'all'
option use_policy 'wan2_wan'
config member 'wan_m10_w10'
option interface 'wan'
option metric '10'
option weight '10'
config member 'wan2_m10_w10'
option interface 'wan2'
option metric '10'
option weight '10'
config member 'wan_m20_w10'
option interface 'wan'
option metric '20'
option weight '10'
config member 'wan2_m20_w10'
option interface 'wan2'
option metric '20'
option weight '10'
(Last edited by JohnV on 17 Oct 2014, 18:06)