Логи:
Код: Выделить всё
PPP session is 419
Using interface ppp1
Connect: ppp1 <--> eth0
CHAP authentication succeeded: CHAP authentication success
CHAP authentication succeeded
peer from calling number 7C:20:64:84:94:B0 authorized
not replacing existing default route through ppp0
Cannot determine ethernet address for proxy ARP
local IP address 92.255.174.181
remote IP address 91.144.128.67
primary DNS address 91.144.128.3
secondary DNS address 91.144.130.3
LCP terminated by peer
Connect time 0.0 minutes.
Sent 0 bytes, received 0 bytes.
Connection terminated.
Modem hangup
PPP session is 385
Using interface ppp1
Connect: ppp1 <--> eth0
CHAP authentication succeeded: CHAP authentication success
CHAP authentication succeeded
peer from calling number 0C:A4:02:17:6D:56 authorized
Cannot determine ethernet address for proxy ARP
local IP address 92.255.174.181
remote IP address 91.144.128.76
primary DNS address 91.144.128.3
secondary DNS address 91.144.130.3
Terminating on signal 15
Connect time 9.1 minutes.
Sent 169541 bytes, received 114278 bytes.
Terminating on signal 15
Connect time 75.6 minutes.
Sent 846403873 bytes, received 117943168 bytes.
Connection terminated.
Connection terminated.
Plugin rp-pppoe.so loaded.
PPP session is 420
Using interface ppp0
Connect: ppp0 <--> eth0
CHAP authentication succeeded: CHAP authentication success
CHAP authentication succeeded
peer from calling number 7C:20:64:84:94:B0 authorized
Cannot determine ethernet address for proxy ARP
local IP address 92.255.174.181
remote IP address 91.144.128.67
primary DNS address 91.144.128.3
secondary DNS address 91.144.130.3
No response to 4 echo-requests
Serial link appears to be disconnected.
Connect time 70.0 minutes.
Sent 881212302 bytes, received 118271936 bytes.
Connection terminated.
Modem hangup
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
Plugin rp-pppoe.so loaded.
Напрягают некоторые строчки

Почему Using interface ppp1, если not replacing existing default route through ppp0?
Cannot determine ethernet address for proxy ARP знаю, что решается noproxyarp. Честно, даже не знаю, хорошо ли это, хотел еще уточнить.
И самое интересное, на что я так и не нашел ни одного однозначного ответа:
Connection terminated.
Modem hangup
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
debian:~# cat /etc/resolv.conf
nameserver 91.144.128.3
nameserver 91.144.130.3
debian:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
tmn-mls1.tmn.er * 255.255.255.255 UH 0 0 0 ppp0
default * 0.0.0.0 U 0 0 0 ppp0
debian:~# ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:xx.xx.yy.yy P-t-P:xx.xx.yy.yy Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:2345 errors:0 dropped:0 overruns:0 frame:0
TX packets:2238 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:197860 (193.2 KiB) TX bytes:488986 (477.5 KiB)
Где-то видел совет раскомментировать mtu, так и не помогло
# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
#holdoff 20
plugin rp-pppoe.so eth0
usepeerdns
Я в отчаянье, пожалуйста, подскажите..