* Multilink PPP Problem
@ 2006-11-07 16:44 Kenneth Kassing
0 siblings, 0 replies; only message in thread
From: Kenneth Kassing @ 2006-11-07 16:44 UTC (permalink / raw)
To: linux-ppp
I am trying to use pppd 2.4.4 to do MLPPP over several hdlc interfaces.
For my test case, I have two identical units connected back to back. The
link establishes correctly and will pass data. If the master link is
reset for any reason, the master will fail to reestablish a connection.
For a test case, I manually disable the link from the remote side, and
then re-enable it. I tail the syslog for the link I did not reset to
wach the output from pppd. I see that pppd is rejecting the configure
requests for multilink. Here is the error message I see:
sent [IPCP ConfReq id=0x1 <addr 192.168.254.1>]
rcvd [proto=0x3d] 80 00 00 07 80 21 02 01 00 0a
Unsupported protocol 'Multi-Link' (0x3d) received
sent [LCP ProtRej id=0x6 00 3d 80 00 00 07 80 21 02 01 00 0a]
rcvd [proto=0x3d] 40 00 00 08 03 06 c0 a8 fe 01
Unsupported protocol 'Multi-Link' (0x3d) received
sent [LCP ProtRej id=0x8 00 3d 40 00 00 08 03 06 c0 a8 fe 01]
rcvd [proto=0x3d] 40 00 00 0a 03 06 c0 a8 fe 00
I have looked into the code, and found that pppd is looking to match
protocols in "struct protent *protocols[]" table (in main.c). Multilink
does not have an entry in this table, and therefore will never link
correctly. (The line which prints the 'Unsupported protocol' message is
shortly after the code which loops this table, in the function 'get_input'.)
Any suggestions here?
Thanks
Ken Kassing
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-07 16:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-07 16:44 Multilink PPP Problem Kenneth Kassing
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).