From: James Chapman <jchapman@katalix.com>
To: linux-ppp@vger.kernel.org
Subject: Re: PPPoA server setup how to?
Date: Wed, 02 Jun 2010 17:41:52 +0000 [thread overview]
Message-ID: <4C0697E0.5070307@katalix.com> (raw)
In-Reply-To: <AANLkTikV_j1ajMThiB8B6DoaZpZ4fhlIRVVk2jK30-h8@mail.gmail.com>
arun b wrote:
> Thank you for the quick response...
>
> Ok I will have to check if the pppd is available in the remote (server
> )device,
> Now the current availabel options for remote device are Alctel-ISAM
> or Dslam-Dlink where my ATM path terminates.
> let me verify this...
Oh, I assumed your server was a Linux box with pppd etc. If not, we
won't be able to help you with server config here.
> Again to clear the confusion....
> yes with above remote devices I have tested for PPPoE on ATM
> can i call this test as PPPoEoA !!!!!
Perhaps you mean PPPoE over an RFC1483 bridged encap ATM link? And now
you're trying to get PPP working over a VC-muxed ATM connection.
>
> -Arun
>
>
>
> On Wed, Jun 2, 2010 at 10:24 PM, James Chapman <jchapman@katalix.com> wrote:
>> arun b wrote:
>>> Hi,
>>> Thanks for the info
>>> First of all let me try to clear your confusion ..
>>> 1) at the client side as i already told you its linux-box and i am
>>> running pppd (2.4)
>>> ie. pppd plugin pppoatm.so 9.45 user xxxxxx password xxxxxx
>>>
>>> now this box send LCP packets 10 times and the pppd terminates. as
>>> there is no responder..
>>> 2) Now I need to setup responder (PPPoA-server i belive) my self
>>> similar to PPPoE-server in the case of pppoe test linuxPC.
>>>
>>> so if you know about server pls pass me the info
>> At the server
>>
>> pppd plugin pppoatm.so 9.45 192.168.42.42:192.168.42.43 passive
>>
>> Run this on the server before starting the client. Adjust IP addresses
>> as required.
>>
>>> Also we have alctel-iSAM which has only pppoa-relay and id doesnot
>>> have server ......!
>> What is pppoa-relay? Are you confusing PPPoE and PPPoA?
>>
>> What role does the Alcatel iSAM box play in your network? Is it between
>> the Linux PPPoA client and Linux PPPoA server? If so, how does it map
>> ingress/egress ATM VCs? Is it configured to pass the ATM traffic correctly?
>>
>>>
>>> -Arun
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Wed, Jun 2, 2010 at 7:56 PM, James Carlson <carlsonj@workingcode.com> wrote:
>>>> arun b wrote:
>>>>> On Wed, Jun 2, 2010 at 4:27 PM, James Carlson <carlsonj@workingcode.com> wrote:
>>>>>> But I think it's probably time to take a step back and ask the obvious
>>>>>> question: can you tell us what you've got (in terms of hardware,
>>>>>> software, and operational environment) and what you're trying to do (in
>>>>>> as much high-level detail as possible)?
>>>>> NO I am not building it for Dslam-box. well I want to run PPPoA server
>>>>> at remote side device where ATM path terminates.
>>>>> I am executing this is "pppd plugin pppoatm.so 0.80
>>>>> 192.168.1.1:192.168.1.2 passive" on my client(linux-box).
>>>> "passive" is a slightly surprising option to see on the "client" side of
>>>> the connection. Are you sure that's what you want? And are you sure
>>>> that 0.80 are the right VPI/VCI pair for the connection?
>>>>
>>>> There are two broad classes of problems that show up here: either the
>>>> ATM link isn't working, or the PPP link on top is misconfigured. What
>>>> do you actually see when you run pppd? Have you tried running with the
>>>> "debug" option enabled? What log messages are produced?
>>>>
>>>> If pppd is timing out in LCP with "too many" Configure-Request messages,
>>>> then the likely culprit is the ATM configuration. Otherwise, PPP might
>>>> be involved; possibly missing authentication or L3 address information.
>>>>
>>>>> |-| RJ-11 connector "pppd plugin pppoatm.so 0.80
>>>>> 192.168.1.1:192.168.1.2 passive"
>>>> It should be obvious, but the connection between these two machines
>>>> _must_ be ATM, and _not_ Ethernet.
>>>>
>>>>> Here the server device and the configuration are unknown to me. Could
>>>>> you help in choose the server device (Dslam, iSam like..), and
>>>>> enabling it.
>>>> If you're not the administrator for the remote end, then I have no idea
>>>> how you might go about enabling it. Won't you have to drive down to
>>>> your ISP's offices and break in first?
>>>>
>>>> Or are you planning to set up your own PPPoA server ... ?
>>>>
>>>> I'm confused by what you're saying here.
>>>>
>>>>> James,
>>>>> To your question:
>>>>> I have MIPS based network device currently with me. And am exploring
>>>>> all PPPoX-Client(oe/oa/...) configuration. Where I am already able to
>>>>> test pppoe, pppoeonATm, and wanted start on PPPoS. - so that we can
>>>>> port this solution to any of the h/w.
>>>>> Now got stoped at PPPoA !!!
>>>> Do you have an ATM link to a system that runs PPPoA? If so, then do you
>>>> have configuration information (particularly VPI/VCI) for that link? Is
>>>> it a nailed-up VPI/VCI pair or is it "dialed" using UNI signaling?
>>>>
>>>> --
>>>> James Carlson 42.703N 71.076W <carlsonj@workingcode.com>
>>>>
>>
>> --
>> James Chapman
>> Katalix Systems Ltd
>> http://www.katalix.com
>> Catalysts for your Embedded Linux software development
>>
>>
>
--
James Chapman
Katalix Systems Ltd
http://www.katalix.com
Catalysts for your Embedded Linux software development
next prev parent reply other threads:[~2010-06-02 17:41 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
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 [this message]
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=4C0697E0.5070307@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.