Routing Specific Website To LTE


lte1 functioning perfectly when i disconnect pppoe-out1. 192.168.88.251 my pc ip.


Here's the specific steps and settings that i did route only specific devices to lte1


Method 1 :

Step 1 : Create new Route table Enable "FIB"


Step 2 : Create new route for lte1
IP --> Routes --> Add New
Dst. Address: 0.0.0.0/0
Gateway: lte1
Routing Table: Select the table created in Step 1

Step 3 : Create route rule(s) for devices or specific traffic to use lte1

IP --> Routes --> Rules --> Add New
For device routing specifiy device IP in Src. Address

Action: lookup only in table

Table: Select the table created in Step 1

It not working .So i try second method.The same way i successful with my VPN.

Method 2 :
Step 1 : Create Address List


Step 2 : Create Mangle


It not working again. I can't access ipaddress.my to get lte1 IP. (My VPN work fine when i use this method)

someone help me please.

Bump

Dont think its possible.

for Method 2:

before you add the routing mark, first mark the connection

then add routing mark only to those marked connections
did a similar configuration for a company about a month ago

/ip firewall address-list
add address=ping.eu list=TESTVPN

/routing table
add disabled=no fib name="Tables to VPN""

/ip firewall mangle
add action=mark-connection chain=prerouting dst-address-list=TESTVPN new-connection-mark=mc_vpn passthrough=yes
add action=mark-routing chain=prerouting connection-mark=mc_vpn new-routing-mark="Tables to VPN" passthrough=no

/ip route
add comment=Enable/Disable disabled=no distance=1 dst-address=0.0.0.0/0 gateway=wireguard1 pref-src=0.0.0.0 routing-table="Tables to VPN" scope=30 suppress-hw-offload=no target-scope=10

It not work even with my VPN.

But when i replace above mangle with this mangle. It work with my VPN (Not LTE)
/ip firewall mangle
add action=mark-routing chain=prerouting dst-address-list=TESTVPN new-routing-mark=Tables to VPN passthrough=no

Bump

Bump