Hi all,
I have a question related to selective routing outgoing traffic to certain destination IP range via second sim card.
I'm using RUTX12 with two sim cards in load balance mode. I wanted to send all my telegram traffic through SIM 2 always as SIM 1 provider always throttling the Telegram traffic.
When I check the respective interface, it's mapped as follows.
- mob1s1a1 -> wwan1 (ISP 1 with Telegram throttled)
- mob2s1a1 -> wwan0 (ISP 2)
Initially I thought mob1s1a1 should map to wwan0 but it's other way. Is this the case for all the time? or the wwan interface chosen randomly every time device reboot?
Because for now I use CLI to add static route to Telegram IP range via SIM2 (wwan0).
root@insl-ap-rutx12-gw:~# route -n | grep 91
91.105.192.0 0.0.0.0 255.255.254.0 U 0 0 0 wwan0
91.108.4.0 0.0.0.0 255.255.252.0 U 0 0 0 wwan0
91.108.8.0 0.0.0.0 255.255.252.0 U 0 0 0 wwan0
91.108.12.0 0.0.0.0 255.255.252.0 U 0 0 0 wwan0
91.108.16.0 0.0.0.0 255.255.252.0 U 0 0 0 wwan0
91.108.20.0 0.0.0.0 255.255.252.0 U 0 0 0 wwan0
91.108.56.0 0.0.0.0 255.255.252.0 U 0 0 0 wwan0
From CLI what I can see is the wwanX naming not the mobXXXX name. Is this mapping will be similar always?
If not, what is the proper way to add certain destination IP range to route through SIM2 using GUI? that I don't need to worry about order of the sim/wwanX interface.
Thanks