How to add a static route using command
Answer:
To add a static route, you can use a simple command like:
# sudo route add 192.168.15.0/24 192.168.1.1
The above command make all request to 192.168.15.0/24 (i.e. 192.168.15.1 to 192.168.15.254) route thru the gateway 192.168.1.1