Last active
October 31, 2018 03:19
-
-
Save neesonqk/59bcd913ec4d67423fd303cc26b30def to your computer and use it in GitHub Desktop.
Mac: Create Static Routes
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
# command # ip range # gateway | |
sudo route -n add 172.18.0.0/23 192.168.10.1 | |
sudo route -n delete 172.18.0.0/23 192.168.10.1 | |
# review | |
netstat -nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment