I can use the route statement to setup a static route as follows:
route add -net 10.184.0.0 netmask 255.255.0.0 gw 10.0.0.254 metric 1
However, this route doesn’t stick when I reboot the system.
How do I make this route persistent so it will always be there (even after a reboot)?
I am using ver 9 red hat
Thanks in advance.