Skip to content

Instantly share code, notes, and snippets.

@ricardoanguiano
Created June 14, 2015 23:33
Show Gist options
  • Save ricardoanguiano/24cea2967f829d06bdfa to your computer and use it in GitHub Desktop.
Save ricardoanguiano/24cea2967f829d06bdfa to your computer and use it in GitHub Desktop.
ip cheat sheet
ip link set eth1 up
ip addr add IP/24 dev eth1
ip route add default via 192.168.11.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment