www.Lucq.org |
|||||||||||
The Alcatel DANA protocolIntroductionAs outlined on theLinDANA page, the Alcatel DANA protocol (which is sometimes also referred to as “Alcatel RAS”, or simply “DANA” protocol) was used by my ADSL provider to the authentication and connection management (since then the telco has replaced this protocol with the more widely used PPP-over-ethernet (PPPoE) protocol). This page contains some more information about the (proprietary) Alcatel protocol; a lot of this information was initially reverse-engineered by Ivo Clarysse, and can still be found at http://www.soti.org/~soggie/linux/dana-adsl/. I am not going to go into a lot of detail here, I'm merely going to discuss a few highlights. If you want to know more (although I wouldn't know why ;-) ), your best bet is probably to find one of the open-source clients and have a look at the source code. OverviewThe DANA protocol was used in the Belgacom Turboline context (my ADSL provider) to accompliush the following four goals:
Your selected “service domain” would normally be your ISP. A selection had to be made since several ISP's provided a connection using ADSL. This service domain was identified using some mnemonic name, typical for the ISP (e.g. “SKYNET” and “EASYNET”, to name two). A typical protocol handshake mirrors the sequence of these four goals. Handshake detailsPacket format A DANA packet has the following format:
These so-called “attributes” (my terminology) also begin with a small header structure. Here the header consists of an attribute type field, followed by the total size (in bytes) of this attribute. Following this header, there come zero or more data bytes, as determined by the size field, and as appropriate for the attribute type. The packet format outlined above appears to mimic the format used in the RADIUS protocol (RFC 2138, “Remote Authentication Dial In User Service (RADIUS)”, for those who care). This is not really a big surprise, as your typical ISP will use a RADIUS server for user authentication, and the Alcatel Broadband Access Servers specify RADIUS interoperability as one of their features. Authentication The AddCall packet mentioned in section two contains three important attributes:
Together, these three attributes select a service domain and contain the authentication information for this domain. Final noteDue to the halting of the LinDANA program development, this protocol description will remain unfinished. If you really want to know more, I suggest looking at the source of one of the open-source client programs (for instance, the LinDANA program). |
|||||||||||