Created
October 21, 2014 12:39
-
-
Save nak3/fb8d8b2842814e003598 to your computer and use it in GitHub Desktop.
This file contains 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 addr add 10.1.2.3/24 dev eth2 | |
ip addr add 10.1.2.4/24 dev eth2 | |
ip addr add 10.1.2.5/24 dev eth2 | |
ip addr add 10.1.2.6/24 dev eth2 | |
ip addr add 10.1.2.7/24 dev eth2 | |
ip addr add 10.1.2.8/24 dev eth2 | |
ip addr add 10.1.2.9/24 dev eth2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment