Skip to content

Instantly share code, notes, and snippets.

@neesonqk
Last active October 31, 2018 03:19
Show Gist options
  • Save neesonqk/59bcd913ec4d67423fd303cc26b30def to your computer and use it in GitHub Desktop.
Save neesonqk/59bcd913ec4d67423fd303cc26b30def to your computer and use it in GitHub Desktop.
Mac: Create Static Routes
# 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