06 Feb 2012 Configure Debian Ler ##################################### # Leave the standard DHCP configuration. # The following is an example in case static configuration is required. vi /etc/network/interfaces # iface eth0 inet dhcp iface eth0 inet static address 128.193.66.77 netmask 255.255.248.0 broadcast 128.193.71.255 gateway 128.193.64.254 # example static DNS vi /etc/resolv.conf domain coas.oregonstate.edu search coas.oregonstate.edu nameserver 128.193.67.22 nameserver 128.193.64.33 nameserver 128.193.4.20 #####################################