Code: Select all
auto lo
iface lo inet loopback
#auto eth0
#allow-hotplug eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.10.7
netmask 255.255.255.0
gateway 192.168.10.1
dns-nameservers 209.222.18.222 209.222.18.218Code: Select all
i@raspberrypi ~ $ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.10.1
nameserver 209.222.18.222
nameserver 209.222.18.218
search local
pi@raspberrypi ~ $I am running Debian Wheezy:
Code: Select all
i@raspberrypi ~ $ cat /etc/debian_version
7.8
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l GNU/Linux
pi@raspberrypi ~ $