From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E26ha-0007oX-D5 for garchives@archives.gentoo.org; Mon, 08 Aug 2005 12:25:58 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j78CO49b003954; Mon, 8 Aug 2005 12:24:04 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j78CFRPP025856 for ; Mon, 8 Aug 2005 12:15:28 GMT Received: by zproxy.gmail.com with SMTP id v1so681432nzb for ; Mon, 08 Aug 2005 05:15:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q7MnErtJ3OxruXiWbJ9BSN8fRFsMAJkXG2mRaG9FykdMbPJ0T8LOWIAop45fLyDlxR6J/mnUST3yG5rUnop3NG66RKrfRz80rfe+5Y5HBydVvvWphyMB9J8VHf9QOS8lAsdnkUoM6kVgrlJ8giSs2uQkg5fgSmSgb5VcZBh91Ew= Received: by 10.36.135.7 with SMTP id i7mr1536296nzd; Mon, 08 Aug 2005 05:15:46 -0700 (PDT) Received: by 10.36.38.7 with HTTP; Mon, 8 Aug 2005 05:15:46 -0700 (PDT) Message-ID: Date: Mon, 8 Aug 2005 14:15:46 +0200 From: Ryan Viljoen To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Setting default MTU for rp-pppoe In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <5491fade05080612521a06f79f@mail.gmail.com> <5491fade05080614447a370a2b@mail.gmail.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j78CFRPP025856 X-Archives-Salt: fe03c2fb-53c8-466b-9b7f-db9e6c2e0757 X-Archives-Hash: c00ca5969a64156d33afd319ce45a254 Found an easier way to do it instead of editting the adsl-connect script, for future reference. In /etc/ppp/pppoe.conf there is the following line: PPPD_EXTRA="" (round line 136) you can list any extra arguments here that you would like to pass to pppd, like: PPPD_EXTRA="mtu 1352 mru 1352 logfd 1" to set the MTU and logging or whatever. Instead of having to edit the script file. It also overrides the defaults. :P -- "When you play a Microsoft CD backwards you can hear demonic Voices... that's nothing - when you play it forward it installs Windows" -- gentoo-user@gentoo.org mailing list