Ubuntu/Debian - не поднимается сеть - ifup not running all of the if-pre-up.d scripts

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Ubuntu/Debian - не поднимается сеть - ifup not running all of the if-pre-up.d scripts

После команды поднятия сетевого интерфейса на Ubuntu/Debian:

# ifup eth0

ОС выдает ошибку

ifup not running all of the if-pre-up.d scripts

Это означает, что запуску сети мешают скрипты в директории /etc/network/if-pre-up.d/
Вполне вероятно, не запускается iptables правила

# mv /etc/network/if-pre-up.d/iptables /root/
# ifup eth0