Created
June 17, 2010 12:16
-
-
Save nordringrayhide/442029 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/etc/network/interfaces | |
# DHCP | |
auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
#STATIC IP | |
iface eth0 inet static | |
address 192.168.100.85 | |
netmask 255.255.255.0 | |
gateway 192.168.100.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment