From: "Яков Попов" <j.a.popov@mail.ru> To: Saratov Linux User Group Maillist <sarlug@lists.lug.ru> Subject: Re: [Sarlug] ADSL в Debian Lenny Date: Thu, 26 Mar 2009 19:17:58 +0300 Message-ID: <1238084278.7471.12.camel@popov-home> (raw) In-Reply-To: <7faa73460903251231t753974dbxb51d887a0878ea7b@mail.gmail.com> Вообще-то эта проблема известная и часто встречается в системах Debian, Ubuntu и т.д. Траблы (естессно!) - в конфигурации Возможная причина номер раз: Проверьте /etc/network/interfaces Должно быть как-то так (пример пишу навскидку руками, так что проверяйте): ------- auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto ppp0 iface ppp0 inet ppp provider dsl-provider pre-up /sbin/ifconfig eth0 up -------- Зевнёте pre-up - интерфейс ppp0 будет подниматься сразу же, когда eth0 еще не готов (хотя и вроде бы отвечает). В результате - ppp0 поднят, но реально обмениваться данными не может. Другая возможная причина - resolvconf. Поставьте этот пакет и проверьте, как генерится resolv.conf Третья причина - iptables. Они есть? отгда проверьте, как запускаются Вообще, аккуратно проверьте, что и в каком порядке у Вас активируется. Возможно, в pre-up придется добавить еще и sleep X, чтобы дать время сетевушке отработать.
prev parent reply other threads:[~2009-03-26 16:17 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2009-03-25 20:18 ` Eugene Horohorin 2009-03-25 21:03 ` Eugene Suchkov 2009-03-26 4:13 ` Eugene Suchkov 2009-03-26 16:17 ` Яков Попов [this message]
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=1238084278.7471.12.camel@popov-home \ --to=j.a.popov@mail.ru \ --cc=sarlug@lists.lug.ru \ /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
Saratov Linux User Group This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/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 sarlug sarlug/ http://lore.altlinux.org/sarlug \ sarlug@lists.lug.ru sarlug@lug.ru public-inbox-index sarlug Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sarlug AGPL code for this site: git clone https://public-inbox.org/public-inbox.git