Created
November 29, 2018 11:39
-
-
Save kaniblu/af347ce402fcd93fb9745504ad0e4f6b to your computer and use it in GitHub Desktop.
/etc/network/interfaces template for static IP and MAC Address spoofing
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
auto eno1 | |
iface eno1 inet static | |
address 147.46.15.255 | |
hwaddress ether 00:50:56:00:00:00 | |
gateway 147.46.15.1 | |
netmask 255.255.255.0 | |
dns-nameservers 147.46.37.10 147.46.80.1 8.8.8.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment