Linux PPP protocol development
 help / color / mirror / Atom feed
* PPP to MS RRAS Server Protocol errors
@ 2012-02-18 21:11 Rick Blair
  2012-02-19  4:52 ` Alexey Osipov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rick Blair @ 2012-02-18 21:11 UTC (permalink / raw)
  To: linux-ppp

hi all,

I can connect to a microsoft RRAS server on Windows 2003 server.

Setup Fedora 15 64 bit 
Kernel 2.6.41.10-3

I am using wvdial

I successfully authenticate with MS-CHAP V2

PPP options
nobsdcomp
refuse-eap
require-mppe-128
mppe-stateful
noaccomp
nodeflate
nopcomp


Everything looks good,  except every packet I receive from the windows box I get
Unsupported protocol xxxxx received

where xxx seems to have a fairly random value.
Any clues?

Thanks








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

* Re: PPP to MS RRAS Server Protocol errors
  2012-02-18 21:11 PPP to MS RRAS Server Protocol errors Rick Blair
@ 2012-02-19  4:52 ` Alexey Osipov
  2012-02-19 14:19 ` Charlie Brady
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alexey Osipov @ 2012-02-19  4:52 UTC (permalink / raw)
  To: linux-ppp

Hi, Rick!

В Сбт, 18/02/2012 в 21:11 +0000, Rick Blair пишет:
> hi all,
> 
> I can connect to a microsoft RRAS server on Windows 2003 server.
> 
> Setup Fedora 15 64 bit 
> Kernel 2.6.41.10-3
> 
> I am using wvdial
> 
> I successfully authenticate with MS-CHAP V2
> 
> PPP options
> nobsdcomp
> refuse-eap
> require-mppe-128
> mppe-stateful
> noaccomp
> nodeflate
> nopcomp
> 
> 
> Everything looks good,  except every packet I receive from the windows box I get
> Unsupported protocol xxxxx received
> 
> where xxx seems to have a fairly random value.
> Any clues?

I've ran in similar trouble a year ago. The difference in my case was
that I was connecting from windows box to linux server, but the issue
seems to be same.

You can look at my original post to this mail list here:
http://marc.info/?l=linux-ppp&m\x129753728204109&w=2

But I had no response to that. It seems, nobody here is interested in
getting stateful mppe encryption work. MPPE stateless mode works good,
however.

Alexey.


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

* Re: PPP to MS RRAS Server Protocol errors
  2012-02-18 21:11 PPP to MS RRAS Server Protocol errors Rick Blair
  2012-02-19  4:52 ` Alexey Osipov
@ 2012-02-19 14:19 ` Charlie Brady
  2012-02-19 15:46 ` Alexey Osipov
  2012-02-19 15:54 ` Charlie Brady
  3 siblings, 0 replies; 5+ messages in thread
From: Charlie Brady @ 2012-02-19 14:19 UTC (permalink / raw)
  To: linux-ppp


On Sun, 19 Feb 2012, Alexey Osipov wrote:

> > where xxx seems to have a fairly random value.
> > Any clues?
> 
> I've ran in similar trouble a year ago. The difference in my case was
> that I was connecting from windows box to linux server, but the issue
> seems to be same.
> 
> You can look at my original post to this mail list here:
> http://marc.info/?l=linux-ppp&m\x129753728204109&w=2
> 
> But I had no response to that. It seems, nobody here is interested in
> getting stateful mppe encryption work. MPPE stateless mode works good,
> however.

Try the pptp specific lists (client and poptop server). Provide more 
information when you do (use "verbose" flag).

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

* Re: PPP to MS RRAS Server Protocol errors
  2012-02-18 21:11 PPP to MS RRAS Server Protocol errors Rick Blair
  2012-02-19  4:52 ` Alexey Osipov
  2012-02-19 14:19 ` Charlie Brady
@ 2012-02-19 15:46 ` Alexey Osipov
  2012-02-19 15:54 ` Charlie Brady
  3 siblings, 0 replies; 5+ messages in thread
From: Alexey Osipov @ 2012-02-19 15:46 UTC (permalink / raw)
  To: linux-ppp

В Вск, 19/02/2012 в 09:19 -0500, Charlie Brady пишет:
> On Sun, 19 Feb 2012, Alexey Osipov wrote:
> 
> > > where xxx seems to have a fairly random value.
> > > Any clues?
> > 
> > I've ran in similar trouble a year ago. The difference in my case was
> > that I was connecting from windows box to linux server, but the issue
> > seems to be same.
> > 
> > You can look at my original post to this mail list here:
> > http://marc.info/?l=linux-ppp&m\x129753728204109&w=2
> > 
> > But I had no response to that. It seems, nobody here is interested in
> > getting stateful mppe encryption work. MPPE stateless mode works good,
> > however.
> 
> Try the pptp specific lists (client and poptop server). Provide more 
> information when you do (use "verbose" flag).

It's not only PPtP specific. It's a PPP-specific (both PPP daemon and
kernel module levels), which also affects PPPoE and possibly other
underneath transport types.

Alexey.


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

* Re: PPP to MS RRAS Server Protocol errors
  2012-02-18 21:11 PPP to MS RRAS Server Protocol errors Rick Blair
                   ` (2 preceding siblings ...)
  2012-02-19 15:46 ` Alexey Osipov
@ 2012-02-19 15:54 ` Charlie Brady
  3 siblings, 0 replies; 5+ messages in thread
From: Charlie Brady @ 2012-02-19 15:54 UTC (permalink / raw)
  To: linux-ppp

[-- Attachment #1: Type: TEXT/PLAIN, Size: 814 bytes --]


On Sun, 19 Feb 2012, Alexey Osipov wrote:

> В Вск, 19/02/2012 в 09:19 -0500, Charlie Brady пишет:
> > On Sun, 19 Feb 2012, Alexey Osipov wrote:
> > 
> > > But I had no response to that. It seems, nobody here is interested in
> > > getting stateful mppe encryption work. MPPE stateless mode works good,
> > > however.
> > 
> > Try the pptp specific lists (client and poptop server). Provide more 
> > information when you do (use "verbose" flag).
> 
> It's not only PPtP specific. It's a PPP-specific (both PPP daemon and
> kernel module levels), which also affects PPPoE and possibly other
> underneath transport types.

Maybe so, but you've already noticed that "nobody here is interested in 
getting stateful mppe encryption [to] work". If you want to find such 
people, try the pptp specific lists.

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

end of thread, other threads:[~2012-02-19 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18 21:11 PPP to MS RRAS Server Protocol errors Rick Blair
2012-02-19  4:52 ` Alexey Osipov
2012-02-19 14:19 ` Charlie Brady
2012-02-19 15:46 ` Alexey Osipov
2012-02-19 15:54 ` Charlie Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox