Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Nov 2000 00:48:33 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Andre Oppermann <oppermann@pipeline.ch>
Cc:        freebsd-net@FreeBSD.org, brian@Awfulhak.org
Subject:   Re: Problem with pppoed->ppp 
Message-ID:  <200011010048.eA10mXs66025@hak.lan.Awfulhak.org>
In-Reply-To: Message from Andre Oppermann <oppermann@pipeline.ch>  of "Tue, 24 Oct 2000 19:18:16 %2B0200." <39F5C458.D77E62A0@pipeline.ch> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@[uk.]OpenBSD.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011010048.eA10mXs66025>