What is the purpose of adding a static route in Linux?
Static routing involves manually configuring routing table entries to specify the path a data packet should take from one network to another. The purpose of adding static routes is to specify the path to a specific destination network in order to ensure that data packets are correctly forwarded to the target network, enabling network communication and data transmission. Static routing can be used to specify a default gateway, create specific routing policies, and achieve network segmentation.