Created
June 14, 2015 23:33
-
-
Save ricardoanguiano/24cea2967f829d06bdfa to your computer and use it in GitHub Desktop.
ip cheat sheet
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 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