Last active
June 22, 2016 22:06
-
-
Save lloydroc/4223fed4a4b1549848548de212ec97c4 to your computer and use it in GitHub Desktop.
Network Commands
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
#!/bin/sh | |
arping -I eth0 -c 3 10.203.167.71 | |
ifconfig eth0:ncsvip 10.203.167.72 netmask 255.255.255.192 broadcast 10.203.167.127 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment