I used the following command to add a route to my Linux server. However, whenever I reboot, I have to reenter this command. Is there a way to make this permanent?
route add -net 192.168.50.0 netmask 255.255.255.0 gw 192.168.100.1 eth1
192.168.100.1 is my router, it knows how to get to 192.168.50.0/24. How do I make this route permanent?
Start Free Trial