Переключиться с dhcp на static:
- Убрать строчку
/sbin/ifconfig eth0 up && /sbin/udhcpc -i eth0в /etc/init.d/S01RkLunch - Изменить файл /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
wait-delay 15
hostname $(hostname)
rm -f /etc/resolv.conf && echo "nameserver 8.8.8.8" > /etc/resolv.conf