From owner-freebsd-questions@FreeBSD.ORG Mon May 7 16:07: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 AA70016A402 for ; Mon, 7 May 2007 16:07:19 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id 7190C13C4BF for ; Mon, 7 May 2007 16:07:19 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from [80.99.163.15] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1Hl5jv-0002FU-Db; Mon, 07 May 2007 18:07:07 +0200 Message-ID: <463F4EA1.9020203@freemail.hu> Date: Mon, 07 May 2007 18:06:57 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: bob@a1poweruser.com, freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Mon, 07 May 2007 16:07:19 -0000 Bob wrote: > The method you are using is obsolete. > The following is all you need. > Take special note of rc.conf statements to use. > #################### start of DSL ppp.conf ################### > default: > > set log Phase tun #use to avoid excessive log sizes > set timeout 0 # no idle time out, will not disconnect > > dialisp: > set device PPPoE:XXX # replace xxx with your NIC device name > set authname YOURLOGINNAME # Replace with your ISP account username > set authkey YOURPASSWORD # Replace with your ISP account password > add default HISADDR # Add a (sticky) default route (Mandatory) > enable dns # Gets the ISP's DNS IP address & places them > Thank you, Bob. You have been very helpful. Right now about 10 people are using this computer (with the backup connection, that one uses DHCP). I can only try this tomorrow, but I'll write about the results. Thanks again Laszlo