From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 13:29:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB7A16A4CE for ; Thu, 24 Mar 2005 13:29:59 +0000 (GMT) Received: from web81006.mail.yahoo.com (web81006.mail.yahoo.com [206.190.37.151]) by mx1.FreeBSD.org (Postfix) with SMTP id AF51443D64 for ; Thu, 24 Mar 2005 13:29:58 +0000 (GMT) (envelope-from jprez1980@yahoo.com) Message-ID: <20050324132957.86747.qmail@web81006.mail.yahoo.com> Received: from [67.67.163.81] by web81006.mail.yahoo.com via HTTP; Thu, 24 Mar 2005 05:29:57 PST Date: Thu, 24 Mar 2005 05:29:57 -0800 (PST) From: JP To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: ppp.conf PPPoE Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 13:29:59 -0000 Hello, I just recently set up ppp.conf for PPPoE DSL Service with SBC. I'm getting the following errors in my /var/log/ppp.log file, any idea what it means? I assume I need to disable IPV6 somehow but I don't know. Mar 23 09:35:19 mcknytxhqfw01 ppp[483]: tun0: Phase: deflink: his = PAP, m Mar 23 09:35:19 mcknytxhqfw01 ppp[483]: tun0: Phase: Pap Output: xxxxxx * Mar 23 09:35:19 mcknytxhqfw01 ppp[483]: tun0: Phase: Pap Input: SUCCESS () Mar 23 09:35:19 mcknytxhqfw01 ppp[483]: tun0: Phase: deflink: lcp -> open Mar 23 09:35:19 mcknytxhqfw01 ppp[483]: tun0: Phase: bundle: Network Mar 23 09:35:19 mcknytxhqfw01 ppp[483]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP ! Mar 23 09:49:20 last message repeated 15 times My ppp.conf file: default: set device PPPoE:ed0:SBCIS set mtu 1492 add default HISADDR set time 0 set redial 0 0 # NAT Config nat enable yes nat log yes nat same_ports yes nat unregistered_only yes enable dns SBCIS: set authname xxxxxx set authkey xxxxxx Thanks! JP