Documentation
Support
Downloads
Links

www.inl.fr

Protocols

Communication between Gateway and authentication server

Principle

The gateway sends an authentication request packet to an IP address using UDP on AUTHREQ_PORT. An authentication server getting the authentication request sends a packet back to the gateway on AUTH_ANSWER port. Packet Structure

Table 1. GW Authentication Request Packet

0-78-1516-2324-31
VersionTypePacket length
Packet Id
All Netfilter Datas

Table 2. Authsrv Answer Packet

Communication between authentication server and User Auth Client Version 1

The structure of the user auth request is the following :

Table 3. User Auth Protocols Version 1

0-78-1516-2324-31
VersionTypeId User
AnswerPrioId GW
Packet Id
User Id
0-78-1516-2324-31
VersionType
Source address
Destination address
ProtocolFlagsFUSE
Source PortDestination Port
MD5SUM

where MD5SUM is built by applying function crypt to the chain resulting from the concatenation of SrcIP Sport (or ICMP type) DestIP Dport (or ICMP code) Timestamp User Packet Id Password. SrcIP and DestIP are written in the standard numbers-and-dots notation.

User Packet Id is continuously increasing after launch of the client.

version is set to 1.