Ian Batterbee wrote:
2. How can I identify to "ip rule" packets that are locally sourced ?
I've used something like this in the past: ip rule add iif lo lookup <some table>That rule will match locally generated packets regardless of where they are going.
Hope that helps, Menno