1 Jun 2010 17:10
Re: PPPoA server setup how to?
James Carlson <carlsonj <at> workingcode.com>
2010-06-01 15:10:47 GMT
2010-06-01 15:10:47 GMT
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. -- -- James Carlson 42.703N 71.076W <carlsonj <at> workingcode.com> -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
If the client is a DSL modem, you would need a DSL interface on the
Linux server box in order to connect them directly together. But you
can't use a regular DSL NIC at the server - the server and client sides
of a DSL link aren't the same - client is ATU-R and server is ATU-C. I
don't know of a DSL ATU-C NIC that Linux would be able to configure. So
you will probably have to use a DSLAM. Your best bet then is to have
your DSLAM box configured to terminate a PPPoA VC-muxed connection if it
has that capability. If not, configure the DSLAM to switch the ATM (PPP)
traffic from the DSL ingress interface to a regular ATM (fibre / coax)
uplink which goes to a Linux server equipped with a compatible ATM NIC
and run pppd there as previously described. There are many variants of
ATM physical interface (coax, single-mode fibre, multi-mode fibre,
25Mbps, 155Mbps etc), so you would need to use whatever your DSLAM boxes
have as their ATM uplink. In any case, you will need to configure your
DSLAM to match the client setup - bridged PPPoE, VC-muxed PPPoA or
perhaps even LLC-muxed PPPoA.
RSS Feed