en:ressources:astuces:policy_routing
Linux Policy Routing
Create a custom routing table
echo 200 custom >> /etc/iproute2/rt_tables
Route a source IP using the custom table
ip rule add from 172.21.4.156 lookup custom
Add a rule to the table that change the default gateway to a VPN
ip route add default via 172.27.0.9 dev tun0 table custom
en/ressources/astuces/policy_routing.txt · Last modified: 2024/04/17 10:19 by 127.0.0.1