All Questions
1 question
0
votes
1
answer
2k
views
ip route and rule on boot
I'm trying to have the following rule and route added automaticaly on boot.
Adding them manually make things work.
I'm running CentOS.
ip rule add from 10.1.10.10/10 dev my-tun table my-table
ip ...