IP adresses:
doha01: 10.68.31.157
doha02: 10.68.36.157 ???
doha03: 10.68.36.162
doha04: 10.68.36.152
doha05: 10.68.31.162
doha06: 10.68.31.152

Auf der SD Karte

/etc/network/interfaces

#allow-hotplug eth0
#iface eth0 inet dhcp

auto eth0
iface eth0 inet static
address 10.68.31.xxx
netmask 255.0.0.0
gateway 10.68.31.11

/etc/resolv.conf <--- delete ,this is a symlink to /tmp, not useable now
/etc/resolv.conf <--- create new
nameserver 8.8.8.8 208.67.222.222 208.67.220.220


In der Konsole (putty)
su

sh /opt/bin/remont_root.sh
vi /etc/network/interfaces

#allow-hotplug eth0
#iface eth0 inet dhcp

auto eth0
iface eth0 inet static
address 10.68.31.xxx
netmask 255.0.0.0
gateway 10.68.31.11

ESCwq

rm /etc/resolv.conf
vi /etc/resolv.conf
nameserver 8.8.8.8 208.67.222.222 208.67.220.220