Created
January 18, 2022 18:13
-
-
Save hound672/2a35938430c0880e1700a1c400af5576 to your computer and use it in GitHub Desktop.
Dummy interface
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
sudo ip link add dummy0 type dummy | |
sudo ip addr add 192.168.100.100/24 dev dummy0 | |
sudo ip link set dummy0 up | |
sudo ufw allow in on dummy0 to any port 8081:8086 proto tcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment