From owner-freebsd-questions@FreeBSD.ORG Mon May 7 11:59:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9478E16A401 for ; Mon, 7 May 2007 11:59:33 +0000 (UTC) (envelope-from bob@a1poweruser.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.freebsd.org (Postfix) with ESMTP id 5266013C448 for ; Mon, 7 May 2007 11:59:33 +0000 (UTC) (envelope-from bob@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20070507115932.YYJW26012.mta9.adelphia.net@laptop>; Mon, 7 May 2007 07:59:32 -0400 From: "Bob" To: "Laszlo Nagy" , Date: Mon, 7 May 2007 07:59:31 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-reply-to: <463EFB7A.8080307@designaproduct.biz> Importance: Normal Cc: Subject: RE: ppp is broken??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bob@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 11:59:33 -0000 Add these statements to the end of your ppp.conf file. disable iface-alias # Stop adding old IP address as alias when ppp # redials because line was lost. These old IPs # showed using ifconfig -a on tun0. iface clear # Remove all previous IP address Post contents of your ppp.conf and rc.conf files for review for why you keep losing your connection. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Laszlo Nagy Sent: Monday, May 07, 2007 6:12 AM To: freebsd-questions@freebsd.org Subject: ppp is broken??? Hi All, I have a FreeBSD 6.2 RELEASE system that connects to the internet with an ADSL connection. (pppoe). After some hours, it gets disconnected and reconnected again. Each time it gets a new IP. The interesting part is that the old IP address remains assigned. Here is an example: tun0: flags=8051 mtu 1492 inet 62.112.215.17 --> 62.112.192.130 netmask 0xffffffff inet 83.216.40.248 --> 62.112.192.142 netmask 0xffffffff inet 83.216.56.211 --> 62.112.192.150 netmask 0xffffffff Opened by PID 241 After the third or fourth connection was made, internet stops working, and I have to reboot the computer. (When there is light traffic on the connection, it never gets disconnected.) This is from /var/log/ppp May 5 02:05:14 messias ppp[242]: tun0: Phase: deflink: Connected! May 5 02:05:14 messias ppp[242]: tun0: Phase: deflink: opening -> dial May 5 02:05:14 messias ppp[242]: tun0: Phase: deflink: dial -> carrier May 5 02:05:15 messias ppp[242]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "adsl") May 5 02:05:15 messias ppp[242]: tun0: Phase: Received NGM_PPPOE_SESSIONID May 5 02:05:15 messias ppp[242]: tun0: Phase: Received NGM_PPPOE_SUCCESS May 5 02:05:15 messias ppp[242]: tun0: Phase: deflink: carrier -> login May 5 02:05:15 messias ppp[242]: tun0: Phase: deflink: login -> lcp May 5 02:05:16 messias ppp[242]: tun0: Phase: bundle: Authenticate May 5 02:05:16 messias ppp[242]: tun0: Phase: deflink: his = PAP, mine = none May 5 02:05:16 messias ppp[242]: tun0: Phase: Pap Output: ntony@myisp.hu ******** May 5 02:05:16 messias ppp[242]: tun0: Phase: Pap Input: SUCCESS () May 5 02:05:16 messias ppp[242]: tun0: Phase: deflink: lcp -> open May 5 02:05:16 messias ppp[242]: tun0: Phase: bundle: Network May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: ** Too many LQR packets lost ** May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: open -> lcp May 5 08:04:12 messias ppp[242]: tun0: Phase: bundle: Terminate May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: Disconnected! May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: lcp -> logout May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: Disconnected! May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: logout -> hangup May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: Connect time: 21538 secs: 2769865242 octets in, 86030307 octets out May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: 3691156 packets in, 2331858 packets out May 5 08:04:12 messias ppp[242]: tun0: Phase: total 132597 bytes/sec, peak 279371 bytes/sec on Sat May 5 05:44:10 2007 May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: hangup -> opening May 5 08:04:12 messias ppp[242]: tun0: Phase: bundle: Establish May 5 08:04:12 messias ppp[242]: tun0: Phase: deflink: Enter pause (3) for redialing. May 5 08:04:15 messias ppp[242]: tun0: Phase: deflink: Connected! May 5 08:04:15 messias ppp[242]: tun0: Phase: deflink: opening -> dial May 5 08:04:15 messias ppp[242]: tun0: Phase: deflink: dial -> carrier May 5 08:04:16 messias ppp[242]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "adsl") May 5 08:04:16 messias ppp[242]: tun0: Phase: Received NGM_PPPOE_SESSIONID May 5 08:04:16 messias ppp[242]: tun0: Phase: Received NGM_PPPOE_SUCCESS May 5 08:04:16 messias ppp[242]: tun0: Phase: deflink: carrier -> login May 5 08:04:16 messias ppp[242]: tun0: Phase: deflink: login -> lcp May 5 08:04:17 messias ppp[242]: tun0: Phase: bundle: Authenticate May 5 08:04:17 messias ppp[242]: tun0: Phase: deflink: his = PAP, mine = none May 5 08:04:17 messias ppp[242]: tun0: Phase: Pap Output: ntony@myisp.hu ******** May 5 08:04:18 messias ppp[242]: tun0: Phase: Pap Input: SUCCESS () May 5 08:04:18 messias ppp[242]: tun0: Phase: deflink: lcp -> open May 5 08:04:18 messias ppp[242]: tun0: Phase: bundle: Network May 5 11:07:32 messias ppp[242]: tun0: Phase: deflink: ** Too many LQR packets lost ** Please help me, this computer needs to be connected continuously. Thanks, Laszlo _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"