From owner-freebsd-net Tue Oct 31 16:53: 9 2000 Delivered-To: freebsd-net@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id E474237B479 for ; Tue, 31 Oct 2000 16:53:03 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id eA10mll91497; Wed, 1 Nov 2000 00:48:47 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eA10mXs66025; Wed, 1 Nov 2000 00:48:33 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200011010048.eA10mXs66025@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Andre Oppermann Cc: freebsd-net@FreeBSD.org, brian@Awfulhak.org Subject: Re: Problem with pppoed->ppp In-Reply-To: Message from Andre Oppermann of "Tue, 24 Oct 2000 19:18:16 +0200." <39F5C458.D77E62A0@pipeline.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Nov 2000 00:48:33 +0000 From: Brian Somers Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > There seems to be a problem with ppp running in an server pppoe > environment. > > The first pppoe connection comes in fine but with the second it looks > like ppp wants to use the tun0 interface again which obviously doesn't > work since it is occupied already. > > Any hints on this problem? How to make ppp use the next tun interface? > > My config is this: > > pppoed -Fd -a vaio -p test fxp0 > > ppp.conf: > default: > allow mode direct > set mru 1492 > set mtu 1492 > set speed sync > set cd 5! > set timeout 1800 > enable lqr > enable chap > accept dns > test: > set ifaddr 192.168.0.2 192.168.1.32/27 Try set ifaddr 192.168.0.2 192.168.1.1-192.168.1.32 instead. ppp will allocate an unused number in the given range. [.....] > -- > Andre -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message