Bug 6548 - MPPE Encrypt Decrypt module bug.
Summary: MPPE Encrypt Decrypt module bug.
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Arnaldo Carvalho de Melo
URL:
Keywords:
: 6547 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-14 04:50 UTC by Fica
Modified: 2008-10-03 07:05 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.16.16
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Fica 2006-05-14 04:50:37 UTC
Most recent kernel where this bug did not occur: none
Distribution:
Hardware Environment:

cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Celeron (Coppermine)
stepping        : 3
cpu MHz         : 855.153
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 mmx fxsr sse
bogomips        : 1712.02


cat /proc/iomem
00000000-0009ffff : System RAM
000a0000-000bffff : Video RAM area
000c0000-000cbfff : Video ROM
000f0000-000fffff : System ROM
00100000-2ffebfff : System RAM
  00100000-003190ce : Kernel code
  003190cf-003d518b : Kernel data
2ffec000-2ffeefff : ACPI Tables
2ffef000-2fffefff : reserved
2ffff000-2fffffff : ACPI Non-volatile Storage
40000000-4000ffff : 0000:00:0b.0
d6000000-d60003ff : 0000:00:0b.0
  d6000000-d60003ff : @
                       &R;e
Comment 1 Fica 2006-05-14 04:54:27 UTC

*** This bug has been marked as a duplicate of 6547 ***
Comment 2 Andrew Morton 2006-05-14 05:12:31 UTC
bugme-daemon@bugzilla.kernel.org wrote:
>
> http://bugzilla.kernel.org/show_bug.cgi?id=6548

I cc'ed the developers.  Please use reply-to-all henceforth on this bug and
don't make updates via the bugzilla web interface, thanks.


>            Summary: MPPE Encrypt Decrypt module bug.
>     Kernel Version: 2.6.16.16
>             Status: NEW
>           Severity: normal
>              Owner: acme@conectiva.com.br
>          Submitter: ffbi@mail.ru
> 
> 
> Most recent kernel where this bug did not occur: none
> Distribution:
> Hardware Environment:
> 
> cat /proc/cpuinfo
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 6
> model           : 8
> model name      : Celeron (Coppermine)
> stepping        : 3
> cpu MHz         : 855.153
> cache size      : 128 KB
> fdiv_bug        : no
> hlt_bug         : no
> f00f_bug        : no
> coma_bug        : no
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 2
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
> pse36 mmx fxsr sse
> bogomips        : 1712.02
> 
> 
> cat /proc/iomem
> 00000000-0009ffff : System RAM
> 000a0000-000bffff : Video RAM area
> 000c0000-000cbfff : Video ROM
> 000f0000-000fffff : System ROM
> 00100000-2ffebfff : System RAM
>   00100000-003190ce : Kernel code
>   003190cf-003d518b : Kernel data
> 2ffec000-2ffeefff : ACPI Tables
> 2ffef000-2fffefff : reserved
> 2ffff000-2fffffff : ACPI Non-volatile Storage
> 40000000-4000ffff : 0000:00:0b.0
> d6000000-d60003ff : 0000:00:0b.0
>   d6000000-d60003ff : @
>                        &R;e
Comment 3 Fica 2006-05-15 07:41:19 UTC
sorry ;)
Comment 4 Diego Calleja 2006-05-15 08:02:27 UTC
*** Bug 6547 has been marked as a duplicate of this bug. ***
Comment 5 Damjan Georgievski 2006-08-01 10:38:29 UTC
This is a duplicate on bug #5827
Comment 6 Natalie Protasevich 2007-07-08 11:54:47 UTC
Any status on this? There were several mppe fixes recently, you can test with lates git.
Thanks.
Comment 7 Fica 2008-10-03 07:05:32 UTC
Solved...

it's just mtu that must be 1500 on each vpn interface


simply ifconfig pppX mtu 1500

Note You need to log in before you can comment on or make changes to this bug.