adspace
Answer Posted / Anuradha Singh
To add a static route on a Linux system, you can use the 'route' command with the '-n' option and specify the destination network, gateway, and metric. For example, if you want to add a static route for the 10.0.0.0/24 network through the gateway at 192.168.1.1, you would type: 'route add -net 10.0.0.0 netmask 255.255.255.0 gw 192.168.1.1'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers