Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 443 Bytes

05.md

File metadata and controls

8 lines (7 loc) · 443 Bytes

Statically route IP traffic

  • ip route show Print route
  • ip route add 192.0.2.1 via 10.0.0.1 [dev interface] Add route to 192.0.2.1 through 10.0.0.1.
  • traceroute

Training