From owner-freebsd-questions@FreeBSD.ORG Mon May 21 04:07:41 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 972A616A400 for ; Mon, 21 May 2007 04:07:41 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-4.eunet.yu (smtpclu-4.eunet.yu [194.247.192.229]) by mx1.freebsd.org (Postfix) with ESMTP id 10D5213C458 for ; Mon, 21 May 2007 04:07:40 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-229-48.eunet.yu [213.198.229.48]) by smtpclu-4.eunet.yu (8.13.6/8.13.6) with ESMTP id l4L47alU000752; Mon, 21 May 2007 06:07:37 +0200 Message-Id: <200705210407.l4L47alU000752@smtpclu-4.eunet.yu> Date: Mon, 21 May 2007 06:07:32 +0200 From: Nikola Lecic To: "Brian Walker" In-Reply-To: <54f1b6eb0705201954r5d66a8b6y5871492a31c2a2ee@mail.gmail.com> References: <54f1b6eb0705201954r5d66a8b6y5871492a31c2a2ee@mail.gmail.com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: PPPoE equivalent? 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, 21 May 2007 04:07:41 -0000 On Mon, 21 May 2007 10:54:48 +0800 "Brian Walker" wrote: > Greetings all, >=20 > I regularly find my computer is bumped off the net - on the Windows > OS I see a regular notification of re-connection. On My linux box I > need to 'sudo pppoeconf' to reconnect. The FreeBSD handbook deals > rather scantily with PPPoE, and I can find nothing much on googling. > Any ideas how best to a) prevent being kicked off and b) > reconnecting. At the moment I simply do 'sudo ppp -ddial internet' to > be reassigned and all works well ... for a while. The best response > is to leave FreeBSD and connect on re-entry into the OS. There has > to be a better way. Have you checked the ppp FAQ? http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/ppp.html What does 'regularly' mean? Any special circumstances (for example, a heavy load)? Please send your /etc/ppp/ppp.conf, the relevant portion of /etc/rc.conf (cat /etc/rc.conf | grep ppp) and some logs (see ppp(8) how to enable it). Nikola Le=C4=8Di=C4=87