Created
December 10, 2020 20:51
-
-
Save lukaszraczylo/f607171a57b703ddf8bbf950b51558c7 to your computer and use it in GitHub Desktop.
medium - setting up promisc mode
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 address show dev $IFACE | grep -q " $1 " | |
ip link set $IFACE promisc on | |
#... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment