From owner-freebsd-questions@FreeBSD.ORG Thu May 10 14:52:19 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 EC65216A402 for ; Thu, 10 May 2007 14:52:19 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id C665F13C45B for ; Thu, 10 May 2007 14:52:19 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 1F6FD5193F for ; Thu, 10 May 2007 10:52:16 -0400 (EDT) Date: Thu, 10 May 2007 15:52:08 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070510155208.4894f9eb@gumby.homeunix.com.> In-Reply-To: <4642D3D0.3090007@freemail.hu> References: <463F2149.5030101@freemail.hu> <20070508172925.7ba09ee7@gumby.homeunix.com.> <4642D3D0.3090007@freemail.hu> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: ppp is broken??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 14:52:20 -0000 On Thu, 10 May 2007 10:12:00 +0200 Nagy L=E1szl=F3 Zsolt wrote: >=20 > > =20 > >> The format of the statement to add > >> is ifconfig_xxxx=3Dup where xxxx is the NIC's FBSD interface name > >> used by PPPoE that you specified in the /etc/ppp/ppp.conf file. > >> ee /etc/rc.conf # add following statements=20 > >> ifconfig_xxxx=3Dup > >> =20 > > > > I've not needed to do this, > > > > =20 > >> ifconfig_tun0=3D"DHCP" # get your ISP assigned IP address > >> =20 > > > > PPP has its own mechanism for getting an IP address and dns server > > addresses. You don't normally need to specify DHCP for the > > interface.=20 > I'm now totally confused. I tried this configuration also, but the=20 > connection still drops in every 3 hours. Can it be a problem with the=20 > ISP? I'm going to do a stress test with another computer to see if > the ADSL line is stable or not. > Are you using the -ddial option? if you start ppp through rc.conf add ppp_mode=3D"ddial"