Configure your dialout network like this:
Currently, the Leonardo protocol is not supported by i4l. When you call the Mac, he should set the protocol to X.75 or HDLC. When he calls you, he must explicitly set the protocol (e.g. by inserting an "X" for X.75) in the called number.
You can't. The user should use LeoPort (always included with the card) and
switch the CTB port to the ISDN card. Then with FreePPP 2.5v2
http://www.rockstar.com
set the Leo as the modem and
configure FreePPP as usual. Then PAP/CHAP can be set.
On the Cisco router the "keep alive" packets have to be turned off. isdn4linux has to be configured with HDLC, transparent, with Cisco encapsulation:
isdnctrl l2_prot <interface> hdlc isdnctrl l3_prot <interface> trans isdnctrl encap <interface> cisco-h
The following configurations are possible (these also apply to the
other drivers from H. Hanewinkel, i.e. CINDI, CANDI, WISPA...)
that can be found via
http://www.informatik.uni-bremen.de/~henker/dank
i4l side ISPA side ==================================================== isdnctrl l2_prot isdn0 hdlc \ isdnctrl l3_prot isdn0 trans -h0 isdnctrl encap isdn0 rawip / ---------------------------------------------------- isdnctrl l2_prot isdn0 hdlc \ isdnctrl l3_prot isdn0 trans -h1 isdnctrl encap isdn0 uihdlc / ---------------------------------------------------- isdnctrl l2_prot isdn0 x75i \ isdnctrl l3_prot isdn0 trans -l0 isdnctrl encap isdn0 rawip / ---------------------------------------------------- isdnctrl l2_prot isdn0 x75i \ isdnctrl l3_prot isdn0 trans -l1 isdnctrl encap isdn0 uihdlc / ----------------------------------------------------The parameter with the least problems is -h0.