[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Настройка/Сохранение параметров соединения сети интернет.



> /sbin/route -n молчит?

#route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
109.86.191.32   0.0.0.0         255.255.255.224 U     0      0        0 eth0
0.0.0.0         109.86.191.62   0.0.0.0         UG    0      0        0 eth0

> /etc/network/interfaces, man interfaces описывает формат файла

# cat /etc/network/interfaces
#  GNU nano 2.0.9          Файл: /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

auto eth0
iface eth0 inet static
address 109.86.191.59
netmask 255.255.255.254
gateway 109.86.191.62

Вот поставил.  Потом

# /etc/init.d/networking restart
Reconfiguring network interfaces...SIOCADDRT: No such process
Failed to bring up eth0.
done.

И ничего не происходит. И ошибка какая то...


Reply to: