From owner-freebsd-stable@FreeBSD.ORG Mon Dec 16 23:02:30 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADC63A39 for ; Mon, 16 Dec 2013 23:02:30 +0000 (UTC) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CE6D1756 for ; Mon, 16 Dec 2013 23:02:29 +0000 (UTC) Received: from ur.dons.net.au (ppp118-210-134-165.lns20.adl6.internode.on.net [118.210.134.165]) (authenticated bits=0) by cain.gsoft.com.au (8.14.4/8.14.3) with ESMTP id rBGN1x7U095857 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 17 Dec 2013 09:32:06 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 17 Dec 2013 09:31:59 +1030 Subject: ppp(8) on 9.2 not redialling when the link drops To: "freebsd-stable@freebsd.org Stable" Message-Id: <1FD25665-6987-487B-939E-691BE47A882B@gsoft.com.au> Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) X-Spam-Score: 0.163 () BAYES_00,RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.67 on 203.31.81.10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 23:02:30 -0000 Hi, I have a site with a pretty standard ADSL PPPoE connection, however when = the link drops out I get the following.. Dec 3 10:15:17 gateway ppp[39988]: Phase: Chap Input: SUCCESS Dec 3 10:15:17 gateway ppp[39988]: Phase: deflink: lcp -> open Dec 3 10:15:17 gateway ppp[39988]: Phase: bundle: Network Dec 3 10:15:17 gateway ppp[39988]: Phase: deflink: IPV6CP protocol = reject closes IPV6CP ! Dec 3 10:15:17 gateway ppp[39988]: Phase: deflink: IPV6CP protocol = reject closes IPV6CP ! Dec 3 10:15:17 gateway ppp[39988]: Warning: 0.0.0.0: Change route = failed: errno: No such process Dec 3 10:15:20 gateway ppp[39988]: Phase: deflink: IPV6CP protocol = reject closes IPV6CP ! Dec 3 10:15:29 gateway last message repeated 3 times Dec 17 00:10:31 gateway ppp[39988]: Phase: deflink: ** Too many LCP ECHO = packets lost ** Dec 17 00:10:31 gateway ppp[39988]: Phase: deflink: open -> lcp Dec 17 00:10:31 gateway ppp[39988]: Warning: 0.0.0.0: Change route = failed: errno: No such process Dec 17 00:10:31 gateway ppp[39988]: Phase: bundle: Terminate Dec 17 00:10:31 gateway ppp[39988]: Phase: deflink: Disconnected! Dec 17 00:10:47 gateway last message repeated 2 times Dec 17 00:12:55 gateway last message repeated 8 times Dec 17 00:22:47 gateway last message repeated 37 times Dec 17 00:32:56 gateway last message repeated 38 times and it keeps printing that until I restart PPP. ppp.conf looks like default: isp: set server /var/run/ppp password 0177 set device PPPoE:em1: set authname username set authkey password set ifaddr 0/0 0/0 set mru 1492 set mtu 1492 set speed sync enable lqr enable echo set lqrperiod 3 set cd 5 set dial set login set redial 10 0 set timeout 0 set ifqueue 5 add! 0/0 HISADDR Does anyone see the same? And better yet does anyone have a solution? For now I have set a script to ping an outside host every hour and = restart PPP if it fails but it would be nice if ppp(8) DTRT. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C