From owner-freebsd-net@FreeBSD.ORG Sun Mar 28 15:31:33 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AF1416A4CE for ; Sun, 28 Mar 2004 15:31:33 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E875743D2F for ; Sun, 28 Mar 2004 15:31:32 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 2A40665213; Mon, 29 Mar 2004 00:31:32 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12044-06; Mon, 29 Mar 2004 00:31:31 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 27E37651FA; Mon, 29 Mar 2004 00:31:31 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 13C5F6108; Mon, 29 Mar 2004 00:31:30 +0100 (BST) Date: Mon, 29 Mar 2004 00:31:30 +0100 From: Bruce M Simpson To: User Ernie Message-ID: <20040328233130.GG70173@empiric.dek.spc.org> Mail-Followup-To: User Ernie , freebsd-net@freebsd.org References: <20040328181629.GD94618@empiric.dek.spc.org> <200403282138.i2SLcwJg038453@spooky.eis.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403282138.i2SLcwJg038453@spooky.eis.net.au> cc: freebsd-net@freebsd.org Subject: Re: PCI ADSL card and PPPoA X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 23:31:33 -0000 On Mon, Mar 29, 2004 at 07:38:58AM +1000, User Ernie wrote: > I found this sentence in /usr/src/usr.sbin/ppp/atm.c: > > "PPPoA:if:vpi.vci expected\n", p->name.full); > > That sort of gives me the syntax, I know my vpi and vci are 8 and 35, should > I be setting the interface to ng0 or pls0 which is the real interface in > ifconfig? Yup. Try pls0. /usr/sbin/ppp's PPPoA syntax keyword expects a NATM device and vpi.vci tuple corresponding to the PVC where your ISP is using PPPoA encapsulation. it only supports AAL5 at this time. BMS