From owner-freebsd-questions@FreeBSD.ORG Mon May 21 03:19:54 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 43E6716A41F for ; Mon, 21 May 2007 03:19:54 +0000 (UTC) (envelope-from bfwalker@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id D3B4613C487 for ; Mon, 21 May 2007 03:19:53 +0000 (UTC) (envelope-from bfwalker@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so816637ugh for ; Sun, 20 May 2007 20:19:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Z7XeCVfERBPnK2jmp/ddZQvWPPv+G261tRFajkB3wxBF5r745Ntm6cW29aiTDVekPN5yrmtMP0ySel5iMErVY5qurBqoRz/+DB+puo3Ebm4DcOcbRsvgrNGEdlfZvvsBSlmytHvkkAJ1TZDMo/+CU/GuSuHtIKOSDiAaFrc6SLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=VEg0cs2zErKWXl/OmV+Gglq6UB1yn8DRb4CNAHsy7FH2jaFoRXe8W7CU7EYb6rbKGSBsWr5njdNX7xoQ8u/2YFWfYShr3lLvVKWJd/4cNjlEz1wvs6/6Vuw4QZDFxNISGsRpvXD4Ua1y6fYh3Y9oBI3E/qaEZoufnzHjqB6LNt8= Received: by 10.82.187.16 with SMTP id k16mr7687938buf.1179716088711; Sun, 20 May 2007 19:54:48 -0700 (PDT) Received: by 10.82.177.7 with HTTP; Sun, 20 May 2007 19:54:48 -0700 (PDT) Message-ID: <54f1b6eb0705201954r5d66a8b6y5871492a31c2a2ee@mail.gmail.com> Date: Mon, 21 May 2007 10:54:48 +0800 From: "Brian Walker" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 03:19:54 -0000 Greetings all, 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. Brian