Last active
October 27, 2017 20:06
-
-
Save JoeyAndres/3d6e730c81b4003f4ca4983c0c0c9691 to your computer and use it in GitHub Desktop.
/etc/network/interfaces static ip setup
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 eth0 | |
iface eth0 inet static | |
address 192.168.1.1 | |
netmask 255.255.0.0 | |
gateway 192.168.0.1 | |
dns-nameservers 8.8.8.8 8.8.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment