подскажите как решить проблему, правлю файл /etc/network/interfaces пперегружаю сервер reboot и все что прописывал в этот файл все потерлось и сконфигурировалось все заново до начала редактирования стоит debian 6 как убрать из авто генерации файл interfaces ?
удалить network-manager там же в файле первая строка дает подсказку что "сгенерировано нетворк менеджером"
network-manager похоже не установлен при попытке удалить command not found в файле interfaces написано следующее Code: # This configuration file is auto-generated. # # WARNING: Do not edit this file, your changes will be lost. # Please create/edit /etc/network/interfaces.head and # /etc/network/interfaces.tail instead, their contents will be # inserted at the beginning and at the end of this file, respectively. # # NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail # will be at the very end of this file. # # Auto generated lo interface auto lo iface lo inet loopback # Auto generated venet0 interface auto venet0 iface venet0 inet manual up ifconfig venet0 up up ifconfig venet0 х.х.х.х up route add default dev venet0 down route del default dev venet0 down ifconfig venet0 down iface venet0 inet6 manual up route -A inet6 add default dev venet0 down route -A inet6 del default dev venet0 auto venet0:0 iface venet0:0 inet static address х.х.х.х netmask х.х.х.х у меня VPS
Точно для Deb не помню, но где то так: Code: [FONT=System]Save the rules # rc.d save iptables[/FONT] А вообще вот смотри тут: https://wiki.archlinux.org/index.php/Simple_stateful_firewall зы как по мне очень полезная ховтушка. Хотя я так понял, что ты не iptables настраиваешь. Тогда смотри это http://help.ubuntu.ru/wiki/%D0%BD%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0_%D1%81%D0%B5%D1%82%D0%B8_%D0%B2%D1%80%D1%83%D1%87%D0%BD%D1%83%D1%8E#%D0%BD%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0_ip_%D0%B0%D0%B4%D1%80%D0%B5%D1%81%D0%B0_%D1%88%D0%BB%D1%8E%D0%B7%D0%B0_%D0%BF%D0%BE_%D1%83%D0%BC%D0%BE%D0%BB%D1%87%D0%B0%D0%BD%D0%B8%D1%8E_%D0%BC%D0%B0%D1%81%D0%BA%D0%B8_%D0%BF%D0%BE%D0%B4%D1%81%D0%B5%D1%82%D0%B8
Написано ж: # WARNING: Do not edit this file, your changes will be lost. # Please create/edit /etc/network/interfaces.head and # /etc/network/interfaces.tail instead, their contents will be # inserted at the beginning and at the end of this file, respectively. В последней версии OpenVZ появилась такая заморочка. Для того чтобы добавить в конец файла, надо создать файл /etc/network/interfaces.tail и записать в него то что надо.
благодарю! а подскажите еще, допустим мне надо в файле /etc/network/interfaces заменить IP адрес в этой только строке Code: up ifconfig venet0 x.x.x.x как мне прописать и в каком файле interfaces.head, interfaces.tail ? мне надо свои параметры прописать в файл interfaces а те файлы они лишь добовляют запись а не изменяют параметры