From: "Шенцев Алексей Владимирович" <ashen@nsrz.ru> To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org> Subject: Re: [sisyphus] Отвалилась сеть Date: Fri, 18 Aug 2006 09:29:25 +0400 Message-ID: <200608180929.26027.ashen@nsrz.ru> (raw) In-Reply-To: <44E48D31.40204@rol.ru> В сообщении от 17 августа 2006 19:37 Pavel Zilke написал(a): > Начнем: > chkconfig --list network && chkconfig --list ethtool > network 0:off 1:off 2:on 3:on 4:on 5:on 6:off > ethtool 0:off 1:off 2:off 3:off 4:off 5:off 6:off 1) Выполните chkconfig --level 2345 ethtool on > cat /etc/sysconfig/hotplug | grep NET > NETPLUG=yes 2) установите NETPLUG=no > > cat /etc/net/iftab > cat: /etc/net/iftab: No such file or directory > > cat /etc/net/ifaces/eth0/options > USE_HOTPLUG=yes > BOOTPROTO=static 3) Выполните service network stop 4) Переместите каталог /etc/net/ifaces/eth0/ куда нибудь, например в ~/backup/ 5) Запустите initconf из пакета etcnet, точное её местоположение узнаете с помощью rpm -ql etcnet | grep conf 6) Если приведённые настройки initconf вас удовлетворяют, то выполните initconf write - этим в запишите настройки в соответствующие файлы для etcnet 7) Правим появившийся файл /etc/net/iftab, в нём раскоментируем всё, что относится к eth0 (MAC-адрес сетвой карты, модуль сетевой) 8) Правим файл /etc/net/ifaces/eth0/options, приводим его к такому виду: $ cat /etc/net/ifaces/eth0/options # If you want to change current interface name, edit /etc/net/iftab, # rename current directory and uncomment this line: TYPE=eth # Uncomment this line if you don't have modules.conf alias for this interface # and don't intend to use hotplug configuration. MODULE=8139too BOOTPROTO=static 9) Настраиваем следующие файлы (если их нет, то создаём ручками). /etc/net/ifaces/eth0/ipv4adress - в нём указываем ip-адрес для вашей карточки и маску подсети, например так: $ cat /etc/net/ifaces/eth0/ipv4address 192.168.2.2/24 В файле /etc/net/ifaces/eth0/ipv4route указываем шлюз по умолчанию в таком виде: $ cat /etc/net/ifaces/eth0/ipv4route default via XXX.YYY.ZZZ.CCC , где XXX.YYY.ZZZ.CCC ip-адрес шлюза Если эти файлы есть в резервной копии, котрую вы надеюсь сделали на шаге 4), и в них указаны нужные вам настройки, то просто скопируйте их в /etc/net/ifaces/eth0/ 10) Выполните service hotplug restart && service ethtool restart && service network restart Надеюсь вам это поможет. По крайней мере помоло многим ... ;) -- С уважением Шенцев Алексей Владимирович. E-mail: ashen@nsrz.ru ICQ: 271053845
next prev parent reply other threads:[~2006-08-18 5:29 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-08-16 5:42 Pavel Zilke 2006-08-16 6:06 ` Dmitriy L. Kruglikov 2006-08-16 6:30 ` Шенцев Алексей Владимирович 2006-08-16 18:14 ` Pavel Zilke 2006-08-17 5:16 ` Шенцев Алексей Владимирович 2006-08-17 15:37 ` Pavel Zilke 2006-08-17 18:03 ` Michael Shigorin 2006-08-17 19:38 ` Pavel Zilke 2006-08-18 5:05 ` Шенцев Алексей Владимирович 2006-08-18 11:31 ` Michael Shigorin 2006-08-18 11:33 ` Anton Gorlov 2006-08-18 5:29 ` Шенцев Алексей Владимирович [this message] 2006-08-18 11:33 ` Шенцев Алексей Владимирович
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200608180929.26027.ashen@nsrz.ru \ --to=ashen@nsrz.ru \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git