Hi!
I'm tring to use my SyncPPP/Hdlc account with my Elsa PCF/pro
on a Linux machine. Remote Node is a cisco 2503...
I'm trying to make a connection with these commands:
IFNAME=ippp0
MYNR=997301245
PROVIDER=0997797286
DRIVER=hisax
DRIVERPARAMS=type=6 protocol=3 id=HiSax
/sbin/isdnctrl verbose 10
/sbin/isdnctrl addif $IFNAME
/sbin/isdnctrl eaz $IFNAME $MYNR
/sbin/isdnctrl addphone $IFNAME out $PROVIDER
/sbin/isdnctrl huptimeout $IFNAME 120
/sbin/isdnctrl secure $IFNAME on
/sbin/isdnctrl l2_prot $IFNAME hdlc
/sbin/isdnctrl l3_prot $IFNAME trans
# /sbin/isdnctrl encap $IFNAME syncppp
/sbin/isdnctrl encap $IFNAME cisco-h
/sbin/isdnctrl dial ippp0
If i use "isdnctrl encap $IFNAME syncppp" i get:
Verbose-level set to 10.
ippp0 added
EAZ/MSN for ippp0 is 997301245
Hangup-Timeout for ippp0 is 120 sec.
Security for ippp0 is on
Layer-2-Protocol for ippp0 is hdlc
Layer-3-Protocol for ippp0 is trans
Encapsulation for ippp0 is cisco-h
Dialing of ippp0 triggered
^^^^^^^^^^^^^^^^^^^^^^^^^^^
syncppp: Operation not supported by device
Sorry - isdnPPP driver version 0.0.0 is out of date.
Maybe ippp0 has no 'syncppp' encapsulation?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The Dial is triggered but I CANNOT start ipppd ...
But, if I use "isdnctrl encap $IFNAME syncppp" then
i get:
Starting ISDN hisax:
Verbose-level set to 10.
ippp0 added
EAZ/MSN for ippp0 is 997301245
Hangup-Timeout for ippp0 is 120 sec.
Security for ippp0 is on
Layer-2-Protocol for ippp0 is hdlc
Layer-3-Protocol for ippp0 is trans
Encapsulation for ippp0 is syncppp
ippp0: Resource temporarily unavailable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
syncppp: Operation not supported by device
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
And the Call is not Triggered.
Any suggestions ???
-= Dimaggio Engeenering ===================================-
Services for ISPs - Programming - Consulting
-==========================================================-
Contrary to popular belief, Unix is user friendly. It just
happens to be selective about who it makes friends with.