Change IP info using config file in Linux (Debian/Ubuntu)
This is just an emple of a the interfaces file which holds the ifconfig information.
Location: /etc/network/interfaces
Static IP (example)
#######################
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 208.88.34.106
netmask 255.255.255.248
broadcast 208.88.34.111
[...]




