I want to add a static route on my Centos7.5/cPanel v76.0.0 server, this works:
ip route add 192.168.101.0/24 via 192.168.35.1 dev ens224
How do I turn this into a permanent route?
I have tried creating /etc/sysconfig/network-scripts/route-ens224, no joy
ip route add 192.168.101.0/24 via 192.168.35.1 dev ens224
How do I turn this into a permanent route?
I have tried creating /etc/sysconfig/network-scripts/route-ens224, no joy