All of lore.kernel.org
 help / color / mirror / Atom feed
* frozen ppp
@ 2005-07-11 15:17 Sasha Shipka
  2005-07-11 16:55 ` Sasha Shipka
  2005-07-11 17:10 ` James Carlson
  0 siblings, 2 replies; 3+ messages in thread
From: Sasha Shipka @ 2005-07-11 15:17 UTC (permalink / raw)
  To: linux-ppp

I'm trying to use wireless pppoe connection to my ISP from linux.
I'm using rp-pppoe and pppd 2.4.3. Kernel is 2.4.23 with mppe patch
from pptp site.
As I can see they use ms server solution (mschapv2 etc.).
After I connect, ppp if is up and running. I can open smaller web
pages or irc connection. But if I try do download a file or open
bigger web page my connection frozes. When it's frozen my ppp log goes
like this:

ul 11 14:56:02 duat pppd[7741]: rcvd [proto=0xcba5] 69 73 df e1 5f ed
4c cb a0 3f ae 62 eb e6 0b 95 42 3b ef 7f f6 8d ea b3 18 9d c1 6d f9
35 2c 70 ...
Jul 11 14:56:02 duat pppd[7741]: Unsupported protocol 0xcba5 received
Jul 11 14:56:02 duat pppd[7741]: sent [LCP ProtRej id=0x2 cb a5 69 73
df e1 5f ed 4c cb a0 3f ae 62 eb e6 0b 95 42 3b ef 7f f6 8d ea b3 18
9d c1 6d f9 35 ...]
Jul 11 14:56:02 duat pppd[7741]: rcvd [proto=0x2160] 39 46 b0 a7 ca 94
63 3d 4a 70 fb 91 e5 47 49 a2 bd ee 7c 6a c9 3f 4f 34 51 d5 5c 5e 81
1f 0a b4 ...
Jul 11 14:56:02 duat pppd[7741]: Unsupported protocol 0x2160 received
Jul 11 14:56:02 duat pppd[7741]: sent [LCP ProtRej id=0x3 21 60 39 46
b0 a7 ca 94 63 3d 4a 70 fb 91 e5 47 49 a2 bd ee 7c 6a c9 3f 4f 34 51
d5 5c 5e 81 1f ...]
Jul 11 14:56:02 duat pppd[7741]: rcvd [proto=0xa662] 79 1c 0c 79 6f fe
b4 0e 4a 0b e9 81 6a 8f 89 6d 61 29 a2 37 c2 b6 95 f0 cc ba a8 e5 6f
ab fb f1 ...

Pattern is id, which is increased every time.
Things I tried:
* to reduce or increase mtu on ppp interface.
* to add following line to iptables:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS 
--clamp-mss-to-pmtu
* to disable mru decrease in ccp.c code (I saw that in archives of this list)
* to add nomppe-128 to pppd options

Nothing of those didn't help...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* frozen ppp
  2005-07-11 15:17 frozen ppp Sasha Shipka
@ 2005-07-11 16:55 ` Sasha Shipka
  2005-07-11 17:10 ` James Carlson
  1 sibling, 0 replies; 3+ messages in thread
From: Sasha Shipka @ 2005-07-11 16:55 UTC (permalink / raw)
  To: linux-ppp

I'm trying to use wireless pppoe connection to my ISP from linux.
I'm using rp-pppoe and pppd 2.4.3. Kernel is 2.4.23 with mppe patch
from pptp site.
As I can see they use ms server solution (mschapv2 etc.).
After I connect, ppp if is up and running. I can open smaller web
pages or irc connection. But if I try do download a file or open
bigger web page my connection frozes. When it's frozen my ppp log goes
like this:

ul 11 14:56:02 duat pppd[7741]: rcvd [proto=0xcba5] 69 73 df e1 5f ed
4c cb a0 3f ae 62 eb e6 0b 95 42 3b ef 7f f6 8d ea b3 18 9d c1 6d f9
35 2c 70 ...
Jul 11 14:56:02 duat pppd[7741]: Unsupported protocol 0xcba5 received
Jul 11 14:56:02 duat pppd[7741]: sent [LCP ProtRej id=0x2 cb a5 69 73
df e1 5f ed 4c cb a0 3f ae 62 eb e6 0b 95 42 3b ef 7f f6 8d ea b3 18
9d c1 6d f9 35 ...]
Jul 11 14:56:02 duat pppd[7741]: rcvd [proto=0x2160] 39 46 b0 a7 ca 94
63 3d 4a 70 fb 91 e5 47 49 a2 bd ee 7c 6a c9 3f 4f 34 51 d5 5c 5e 81
1f 0a b4 ...
Jul 11 14:56:02 duat pppd[7741]: Unsupported protocol 0x2160 received
Jul 11 14:56:02 duat pppd[7741]: sent [LCP ProtRej id=0x3 21 60 39 46
b0 a7 ca 94 63 3d 4a 70 fb 91 e5 47 49 a2 bd ee 7c 6a c9 3f 4f 34 51
d5 5c 5e 81 1f ...]
Jul 11 14:56:02 duat pppd[7741]: rcvd [proto=0xa662] 79 1c 0c 79 6f fe
b4 0e 4a 0b e9 81 6a 8f 89 6d 61 29 a2 37 c2 b6 95 f0 cc ba a8 e5 6f
ab fb f1 ...

Pattern is id, which is increased every time.
Things I tried:
* to reduce or increase mtu on ppp interface.
* to add following line to iptables:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu
* to disable mru decrease in ccp.c code (I saw that in archives of this list)
* to add nomppe-128 (or nomppe-40) to pppd options

Nothing of those didn't help...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: frozen ppp
  2005-07-11 15:17 frozen ppp Sasha Shipka
  2005-07-11 16:55 ` Sasha Shipka
@ 2005-07-11 17:10 ` James Carlson
  1 sibling, 0 replies; 3+ messages in thread
From: James Carlson @ 2005-07-11 17:10 UTC (permalink / raw)
  To: linux-ppp

Sasha Shipka writes:
> I'm trying to use wireless pppoe connection to my ISP from linux.
> I'm using rp-pppoe and pppd 2.4.3. Kernel is 2.4.23 with mppe patch
> from pptp site.

I'd recommend going back to the supplier of that patch and asking
there.  The symptoms you're reporting are consistent with a broken
decryption module.

> ul 11 14:56:02 duat pppd[7741]: rcvd [proto=0xcba5] 69 73 df e1 5f ed
> 4c cb a0 3f ae 62 eb e6 0b 95 42 3b ef 7f f6 8d ea b3 18 9d c1 6d f9
> 35 2c 70 ...
> Jul 11 14:56:02 duat pppd[7741]: Unsupported protocol 0xcba5 received

That's what you'd expect if encryption/compression or decryption/
decompression falls apart.

> Pattern is id, which is increased every time.

That's normal and isn't really a symptom of anything.  LCP uses those
ID numbers when it relates request/reply pairs.

> Things I tried:
> * to reduce or increase mtu on ppp interface.
> * to add following line to iptables:
> iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
> --clamp-mss-to-pmtu
> * to disable mru decrease in ccp.c code (I saw that in archives of this list)
> * to add nomppe-128 (or nomppe-40) to pppd options

If you're able to run MPPE in historyless mode, that might be
something worth trying.

But you still should report this as a bug in the 'mppe' module you're
using.

-- 
James Carlson                                 <carlsonj@workingcode.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-11 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-11 15:17 frozen ppp Sasha Shipka
2005-07-11 16:55 ` Sasha Shipka
2005-07-11 17:10 ` James Carlson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.