Hi,
I would like to add an ip route into my SUSE server. I use this command `ip route add 191.148.0.0/24 via 192.148.0.1 dev eth1 mtu 9000` this work but now I would like to make this change persistent in a configuration file.
I created the file below
cat /etc/sysconfig/network/routes
191.148.0.0/24 192.148.0.1 - eth1 mtu 9000
Then I run wicked ifreload all but I don’t see the new ip routes.
Any advice on what am I doing wrong or which logs to see where the problem is?