From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 15:51:01 2004 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 84DFF16A4CE for ; Wed, 1 Dec 2004 15:51:01 +0000 (GMT) Received: from mx1.sohotech.ca (mx1.sohotech.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF45B43D2F for ; Wed, 1 Dec 2004 15:51:00 +0000 (GMT) (envelope-from ebudd@grokking.org) Received: from [192.168.1.6] (chomsky.sohotech.ca [192.168.1.6]) (authenticated bits=0) by mx1.sohotech.ca (8.13.1/8.13.1) with ESMTP id iB1FpNGn055116 for ; Wed, 1 Dec 2004 10:51:23 -0500 (EST) (envelope-from ebudd@grokking.org) Message-ID: <41ADE862.7090208@grokking.org> Date: Wed, 01 Dec 2004 10:50:58 -0500 From: Ed Budd User-Agent: Mozilla Thunderbird 0.8 (X11/20041016) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20041201153429.53838.qmail@web42106.mail.yahoo.com> In-Reply-To: <20041201153429.53838.qmail@web42106.mail.yahoo.com> X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/609/Fri Nov 26 15:20:39 2004 clamav-milter version 0.80j on mx1.sohotech.ca X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on mx1.sohotech.ca Subject: Re: DSL Disconnects 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: Wed, 01 Dec 2004 15:51:01 -0000 bryan cassidy wrote: > Hello. My ISP is through Bellsouth FastAccess DSL and > I am trying to get my connection to stay up without > disconnected and having to run /etc/netstart everytime > it disconnects. I am very confused about how > connections are in general. I think it is a PPPoE. I > have to use a user name and password to connect. I > have a static IP address if that matters. This is what > I have in /etc/ppp/ppp.conf > > default: > set log Phase Chat LCP IPCP CCP tun command > nat enable yes > nat same_ports yes > nat use_sockets yes > set redial 15 28800 > set reconnect 15 28800 > > pppoe: > set device PPPoE:xl0: > set mru 1492 > set mtu 1492 > set speed sync > enable lqr > set lqrperiod 5 > set cd 5 > set dial > set login > set authname bsdsys@bellsouth.net > set authkey password > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 > 0.0.0.0 > add default HISADDR # Add a > (sticky) default route > enable dns > > And this in rc.conf > > gateway_enable="YES" > hostname="localhost.localdomain" > portmap_enable="NO" > network_interfaces="auto" > rwhod_enable="YES" > ppp_enable="YES" > ppp_profile="pppoe" > ppp_mode="direct" > pccard_ifconfig="DHCP" > dhcp_program="/sbin/dhclient" > > > Not sure what should be added and/or removed. > Try disabling lqr (i.e. 'disable lqr') and/or lowering the mtu setting (e.g. 1448) and removing the mru line and see if that helps. I've read somewhere (sorry can't remember where - try google) that some Telco equipment acts flaky with lqr enabled and the mtu set to max 1492.