Skip to content

Instantly share code, notes, and snippets.

@hound672
Created January 18, 2022 18:13
Show Gist options
  • Save hound672/2a35938430c0880e1700a1c400af5576 to your computer and use it in GitHub Desktop.
Save hound672/2a35938430c0880e1700a1c400af5576 to your computer and use it in GitHub Desktop.
Dummy interface
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