Re: [CentOS] Persisting Routes In A Routing Table Other Than The Default

2018-05-16 Thread Chris Adams
Once upon a time, Adam Tauno Williams said: > On Tue, 2018-05-15 at 13:04 -0500, Chris Adams wrote: > > Once upon a time, Adam Tauno Williams said: > > > Rules load automatically via the /etc/sysconfig/network- > > > scripts/rules- > > >

Re: [CentOS] Persisting Routes In A Routing Table Other Than The Default

2018-05-16 Thread Adam Tauno Williams
On Tue, 2018-05-15 at 13:04 -0500, Chris Adams wrote: > Once upon a time, Adam Tauno Williams said: > > Rules load automatically via the /etc/sysconfig/network- > > scripts/rules- > > {interface} files.  Routes added to /etc/sysconfig/network- > >

Re: [CentOS] Persisting Routes In A Routing Table Other Than The Default

2018-05-15 Thread Chris Adams
Once upon a time, Adam Tauno Williams said: > Rules load automatically via the /etc/sysconfig/network-scripts/rules- > {interface} files. Routes added to /etc/sysconfig/network- > scripts/routes-{interface} are always added to the default policy. What are you putting in

[CentOS] Persisting Routes In A Routing Table Other Than The Default

2018-05-15 Thread Adam Tauno Williams
I need to add persistent routes to a policy routing table. I can add rules to an IP policy table after installing NetworkManager-config- routing-rules; but I have not found how to add routes to a table other than the specific table. Manually I do a: ip route add default via 192.168.1.6 dev