Hi,
The order of route processing has changed a little.
If you mark a packet with a route mark, and there is a matching entry in the routing table.
It will use that entry, (and not look at the routing rules)
If you need things to go via the routing rules (which is usually good) you should mark
the packets with a different route mark.
eg. RULE-TO-VPN
Something like
The order of route processing has changed a little.
If you mark a packet with a route mark, and there is a matching entry in the routing table.
It will use that entry, (and not look at the routing rules)
If you need things to go via the routing rules (which is usually good) you should mark
the packets with a different route mark.
eg. RULE-TO-VPN
Something like
Code:
mangleadd action=mark-routing chain=prerouting connection-mark=handling-TO-VPN \ new-routing-mark=RULE-TO-VPNrouting rulesadd action=lookup-only-in-table disabled=no routing-mark=RULE-TO-VPN table=TO-VPN
Statistics: Posted by rplant — Sat Dec 09, 2023 1:13 am