Считаете, что Ubuntu недостаточно дружелюбна к новичкам? Помогите создать новое Руководство для новичков!
0 Пользователей и 1 Гость просматривают эту тему.
Интернет подключается посредством pppoe (все только через консоль).
Цитата: lamokk от 06 Ноября 2015, 16:13:07Интернет подключается посредством pppoe (все только через консоль).Правильно настроить соединение, чтобы подключалось всегда.
pon dsl-provider --> вклpoff --> выклping ya.ru --> проверка
pon dsl-provider
Соединение настроено через pppoeconf.Эта утилита неправильно настраивает?
Цитата: lamokk от 06 Ноября 2015, 16:26:26Соединение настроено через pppoeconf.Эта утилита неправильно настраивает?Понятия не имею, вы не показали настройки.
uname -aLinux right 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u5 x86_64 GNU/Linux
# The loopback network interfaceauto loiface lo inet loopback# The primary network interfaceallow-hotplug eth0iface eth0 inet dhcpauto dsl-provideriface dsl-provider inet ppppre-up /sbin/ifconfig eth0 up # line maintained by pppoeconfprovider dsl-provider
sudo grep -v "user" /etc/ppp/peers/dsl-provider
Код: [Выделить]sudo grep -v "user" /etc/ppp/peers/dsl-provider
# Configuration file for PPP, using PPP over Ethernet# to connect to a DSL provider.## See the manual page pppd(8) for information on all the options.### Section 1## Stuff to configure...# (There should be a matching entry in /etc/ppp/pap-secrets with the password.)# Use the pppoe program to send the ppp packets over the Ethernet link# This line should work fine if this computer is the only one accessing# the Internet through this DSL connection. This is the right line to use# for most people.#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"# An even more conservative version of the previous line, if things# don't work using -m 1452...#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"# If the computer connected to the Internet using pppoe is not being used# by other computers as a gateway to the Internet, you can try the following# line instead, for a small gain in speed:#pty "/usr/sbin/pppoe -I eth0 -T 80"# Assumes that your IP address is allocated dynamically# by your DSL provider...noipdefault# Try to get the name server addresses from the ISP.usepeerdns# Use this connection as the default route.# Comment out if you already have the correct default route installed.defaultroute### Section 2## Uncomment if your DSL provider charges by minute connected# and you want to use demand-dialing.## Disconnect after 300 seconds (5 minutes) of idle time.#demand#idle 300### Section 3## You shouldn't need to change these options...hide-passwordlcp-echo-interval 20lcp-echo-failure 3# Override any connect script that may have been set in /etc/ppp/options.connect /bin/truenoauthpersistmaxfail 25mtu 1492# RFC 2516, paragraph 7 mandates that the following options MUST NOT be# requested and MUST be rejected if requested by the peer:# Address-and-Control-Field-Compression (ACFC)noaccomp# Asynchronous-Control-Character-Map (ACCM)default-asyncmapplugin rp-pppoe.so eth0
Либо добавить скрипт в стек pm-utils, либо, как самое простое решение, дёргать `ifup -a` каждые 20 минут.
echo '*/20 * * * * root /sbin/ifup -a' | sudo tee /etc/cron.d/network-up
lamokk, значит, соединение настроено неверно.
Страница сгенерирована за 0.078 секунд. Запросов: 25.