Created
March 11, 2019 07:14
-
-
Save Rjerk/9cc367b2dd77b2d52120efde8a08140e to your computer and use it in GitHub Desktop.
ip route
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ip route delete default via 192.168.2.1 dev ens5f0 | |
| ip route add default via 192.168.2.15 dev ens5f0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment