All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Carlson <carlsonj@workingcode.com>
To: linux-ppp@vger.kernel.org
Subject: Re: Question about range of addresses in pppd (invoked against a
Date: Sat, 12 Jun 2010 21:24:05 +0000	[thread overview]
Message-ID: <4C13FAF5.3000203@workingcode.com> (raw)
In-Reply-To: <AANLkTinVWfrKYsL2XZNGyNXdo_AFv8KYLWURJDB6O830@mail.gmail.com>

On 6/12/2010 6:29 AM, Mark Ryden wrote:
> Hello,
>  I had this following problem:
> On one machine I have a PPPoE server, which is running by issuing:
> pppoe-server -I eth0 -R 10.0.0.10.  -L 10.0.0.20
> 
> Now, I an creating ppp connections to this server from a different
> remote machine.
> This connections are short while connections.
> 
> The first connection gets 10.0.0.10, the second gets 10.0.0.11, and so on.
> The thing is that after  10.0.0.19 it **does** gets 10.0.0.20 !!
> and afterwards it gets 10.0.0.21, 10.0.0.22, and so on.
> Is there a way to prevent if and cause it not to get IP addresses
> beyond 10.0.0.19 ?

The man page for pppoe-server suggests that you should specify "-N 10"
to limit yourself to 10 addresses.  Have you tried that?

Note that "-R" sets the remote addresses and "-L" sets the local
addresses.  It's not clear that you have it configured well ...

-- 
James Carlson         42.703N 71.076W         <carlsonj@workingcode.com>

      reply	other threads:[~2010-06-12 21:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-12 10:29 Question about range of addresses in pppd (invoked against a pppoe Mark Ryden
2010-06-12 21:24 ` James Carlson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C13FAF5.3000203@workingcode.com \
    --to=carlsonj@workingcode.com \
    --cc=linux-ppp@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.