All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Chapman <jchapman@katalix.com>
To: linux-ppp@vger.kernel.org
Subject: Re: PPPoA server setup how to?
Date: Wed, 02 Jun 2010 09:26:25 +0000	[thread overview]
Message-ID: <4C0623C1.3070800@katalix.com> (raw)
In-Reply-To: <AANLkTikV_j1ajMThiB8B6DoaZpZ4fhlIRVVk2jK30-h8@mail.gmail.com>

arun b wrote:
> On Tue, Jun 1, 2010 at 8:40 PM, James Carlson <carlsonj@workingcode.com> wrote:
>> arun b wrote:
>>> All,
>>> How to we test PPPoA using pppd deemon...
>>> I mean to understand the remote-server setup ?
>>> what devie has the pppoa server and  how is the iintial hannd shake ?
>>>  does this go with sequence of PADI, PADO,PADS .....etc... sequec?
>> Are you looking for PPPoA or PPPoE?  What hardware do you have?
>>
>> PPP over ATM just uses ATM-related drivers and runs regular PPP.
>>
>> PPPoE is quite different.  It runs over Ethernet and uses a separate
>> protocol to set up the point-to-point virtual link.  The messages you're
>> referring to (PADI, and so on) are parts of the PPPoE protocol.
>>
>> --
> 
> Hi James,
> Thanks for the info ..
> Well I am looking for PPPoA explicitly, which basically uses
> pppoatm.ko-driver module and pppoatm.so-lib along with pppd-deamon.
> As explained above is being my client setup which I execute on, Now my
> trouble/doubts is How/where to run PPPoA-server and on what device, Is
> there a standard device/software available (Such as DSLAM, ISAM..etc).
> Which can respond to the PPPoA-client (linux-box) packet and establish
> the ppp-interface.

As James said previously, for PPPoA there is no additional setup
protocol, so there is no PPPoA server. You just start pppd with
arguments that tell it which ATM interface/VPI/VCI to use. e.g.

pppd plugin pppoatm.so 0.80 192.168.1.1:192.168.1.2 passive

starts a pppd instance on ATM VPI 0, VCI 80 and assigns IP 192.168.1.1
to the local interface and 192.168.1.2 to the peer when the PPPoA peer
connects on VPI 0, VCI 80. If you are building a DSLAM-like box which
accepts connections from many PPPoA clients, you will need to start a
pppd instance for every possible ATM VPI/VCI that clients might use...

There are other pppd pppoatm plugin options for ATM LLC encapsulation
and for setting ATM QOS options. See pppd/plugins/pppoatm directory in
ppp sources for detail.

> Pls do let me know any possible info related to this. Secondly also
> any means of server configuration details.
> 
> Well I coated this (PADI, PADO,...) because, wanted to know does PPPoA
> also follows these message sequence or it has new set of sequence ?

No, they are for PPPoE.

> 
> Thanks again,
> Arun
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


-- 
James Chapman
Katalix Systems Ltd
http://www.katalix.com
Catalysts for your Embedded Linux software development


  parent reply	other threads:[~2010-06-02  9:26 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-01 14:54 PPPoA server setup how to? arun b
2010-06-01 15:10 ` James Carlson
2010-06-02  7:58 ` arun b
2010-06-02  9:26 ` James Chapman [this message]
2010-06-02 10:57 ` James Carlson
2010-06-02 13:21 ` arun b
2010-06-02 13:58 ` arun b
2010-06-02 14:26 ` James Carlson
2010-06-02 16:35 ` arun b
2010-06-02 16:54 ` James Chapman
2010-06-02 17:41 ` arun b
2010-06-02 17:41 ` James Chapman
2010-06-02 17:54 ` arun b
2010-06-02 17:56 ` James Carlson
2010-06-02 18:20 ` arun b
2010-06-02 19:56 ` James Chapman
2010-06-03  7:56 ` arun b
2010-06-03  9:21 ` James Chapman
2010-06-03 13:13 ` James Carlson
2010-06-03 13:14 ` arun b
2010-06-03 13:21 ` James Carlson
2010-06-03 13:58 ` arun b
2010-06-03 13:59 ` James Carlson
2010-06-05  7:46 ` arun b
2010-06-06 21:17 ` James Carlson

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=4C0623C1.3070800@katalix.com \
    --to=jchapman@katalix.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.