LINUX.ORG.RU
ФорумAdmin

vlan


0

1

root@srv4etcnetwork# etcinit.dnetworking restart Running etcinit.dnetworking restart is deprecated because it may not enable again some interfaces ... (warning). Reconfiguring network interfaces...SIOCDELRT No such device SIOCSIFADDR No such device eth0.116 ERROR while getting interface flags No such device SIOCSIFNETMASK No such device eth0.116 ERROR while getting interface flags No such device Failed to bring up eth0.116. done. При выполнении рестарта interfaces вылазит эта кака, как решить проблему ?


Why /etc/init.d/networking restart is disapproving
You may get following error while restarting the networking service in the Debian6 Squeeze with the command /etc/init.d/networking restart

Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces. This is because the conventional command to restart the networking service has been deprecated in the Debian6 Squeeze. Hence whenever you want to restart the networking service, you can user following commands
---------------------------------------------------------
#ifdown (To stop networking service )
#ifup (To bring networking service back to work)
---------------------------------------------------------

vlb ★★★
()
Ответ на: комментарий от zolden
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0 eth0:20 eth0:18
iface eth0 inet static
    address 62.76.220.18
    netmask 255.255.255.0
    gateway 62.76.220.2
    metric 0

auto eth0.116
iface eth0.116 inet static
        address 192.168.119.19
        netmask 255.255.255.0
        vlan_raw_device eth0
XXI
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.