uname -a
Linux debian1 2.6.32-5-686 #1 SMP Tue Mar 8 21:36:00 UTC 2011 i686 GNU/Linux
Debian GNU/Linux 6.0 \n \lОшибка такова
root@debian1:/# /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning).
Reconfiguring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/Listening on LPF/eth0/08:00:27:a5:15:54
Sending on LPF/eth0/08:00:27:a5:15:54
Sending on Socket/fallback
DHCPRELEASE on eth0 to 192.168.0.1 port 67
после этого ssh отваливается. смотрим с консолиifconfig БЫЛ ДО ПЕРЕЗАПУСКА
root@debian1:/# ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:a5:15:54
inet addr:192.168.0.103 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fea5:1554/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:208 errors:0 dropped:0 overruns:0 frame:0
TX packets:125 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22787 (22.2 KiB) TX bytes:17674 (17.2 KiB)lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)ifconfig СТАЛ ПОСЛЕ ПЕРЕЗАПУСКА
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)nano /etc/network/interfaces
GNU nano 2.2.4 File: /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).# The loopback network interface
auto lo
iface lo inet loopback# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp#allow-hotplug eth1
#iface eth1 inet manual#allow-hotplug eth0:0
#iface eth0:0 inet dhcproute ДО ПЕРЕЗАПУСКА
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default dir-300 0.0.0.0 UG 0 0 0 eth0
ifconfig -aЭто не интерфейс отваливается, а после release интерфейс eth0 сбрасывает свои настройки.
Сделайте dhclient eth0 он получит снова адрес и вы увидите что все на месте.
>[оверквотинг удален]
> iface eth0 inet dhcp
> #allow-hotplug eth1
> #iface eth1 inet manual
> #allow-hotplug eth0:0
> #iface eth0:0 inet dhcp
> route ДО ПЕРЕЗАПУСКА
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
> default dir-300 0.0.0.0 UG 0 0 0 eth0а как поживает NetworkManager?