Skip to content

Instantly share code, notes, and snippets.

@kaniblu
Created November 29, 2018 11:39
Show Gist options
  • Save kaniblu/af347ce402fcd93fb9745504ad0e4f6b to your computer and use it in GitHub Desktop.
Save kaniblu/af347ce402fcd93fb9745504ad0e4f6b to your computer and use it in GitHub Desktop.
/etc/network/interfaces template for static IP and MAC Address spoofing
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