Package: ppp
Version: 2.4.3-20050321+2
Severity: normal
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored:
LC_ALL set to [EMAIL PROTECTED])
Versions of packages ppp depends on:
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
ii libpam-modules 0.76-22 Pluggable Authentication Modules f
ii libpam-runtime 0.76-22 Runtime support for the PAM librar
ii libpam0g 0.76-22 Pluggable Authentication Modules l
ii libpcap0.7 0.7.2-7 System interface for user-level pa
ii makedev 2.3.1-77 creates device files in /dev
ii netbase 4.21 Basic TCP/IP networking system
ii procps 1:3.2.1-2 The /proc file system utilities
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
Hi
Since the last update, persist option don't work anymore.
After a deconnexion of my provider (every 12h), pppd not reconnect and return
the following error in syslog:
May 24 21:25:53 portable pppd[6324]: LCP terminated by peer
May 24 21:25:53 portable pppd[6324]: Connect time 720.0 minutes.
May 24 21:25:53 portable pppd[6324]: Sent 93455138 bytes, received 209371171
bytes.
May 24 21:25:56 portable pppd[6324]: Connection terminated.
May 24 21:25:56 portable kernel: divert: no divert_blk to free, ppp0 not
ethernet
May 24 21:25:57 portable pppd[6324]: connect(8.35): Address already in use
May 24 21:25:57 portable pppd[6324]: Exit.
May 24 21:27:32 portable no-ip[4485]: Can't get status for ppp0. (19)
I try without holdoff option and with holdoff 4
My modem is a speedtouch 330 work in kernel mod with speedtch module
I modified the following files :
removed /etc/ppp/ppp_on_boot
aad in /etc/network/interfaces :
auto mana
iface mana inet ppp
provider mana
this is my /etc/ppp/peers/mana :
portable:~# cat /etc/ppp/peers/mana
#
#
# This file could be rename but its place is under /etc/ppp/peers
# To connect to Internet using this configuration file
# pppd call adsl, where "adsl" stands for the name of this file
#
user XXXXXXXXXX
# Load the PPPoA plugin.
plugin pppoatm.so
# VP.VC pair used by your ISP.
8.35
# Enable this option if your ISP uses PPPoA with LLC encapsulation.
#llc-encaps
# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute
# Makes pppd "dial again" when the connection is lost.
holdoff 4
persist
# Do not ask the remote to authenticate.
noauth
Thanks
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]