StarkWiz
New Around Here
I noticed that load balance mode needs to be enabled so that the asus router makes separate lookup tables.
Like below.
It appears to be using the prerouting chain but not actually routing the traffic through wan1.
Like below.
Code:
admin@:/jffs/scripts/x3mRouting# ip rule
0: from all lookup local
150: from all fwmark 0x80000000/0xf0000000 lookup wan0
150: from all fwmark 0x90000000/0xf0000000 lookup wan1
200: from x.x.x.x lookup wan0
200: from y.y.y.y lookup wan0
200: from w.w.w.w lookup wan1
400: from all to x.x.x.x lookup wan0
400: from all to z.z.z.z lookup wan1
400: from all to y.y.y.y lookup wan0
400: from all to z.z.z.z lookup wan1
990: from all fwmark 0x9000/0x9000 lookup wan1
32766: from all lookup main
32767: from all lookup default
It appears to be using the prerouting chain but not actually routing the traffic through wan1.