guestHH wrote:
> Does anybody know what this message in the logfile means?
>
> kernel: mppe_compress[0]: osize too small! (have: 1400 need:
> 1404)
>
> I get this when making a VPN connection which is not reliable.
Please, everyone, report all bugs (and new information about known bugs) to smebugs@mitel.com. You can't rely on us picking up information here.
RequestedDeletion, see
http://pserver.samba.org/cgi-bin/cvsweb/ppp/README.MPPE?annotate=1.4When Micro$oft cobbled together PPTP, they used a compression feature of PPP to add encryption. But encryption makes the packets *grow*, not shrink. The network layer sometimes ends up with a packet which is larger than it is able to handle (*). Any packet which grows too large is dropped, and that plays havoc with the VPN.
RequestedDeletion, try reducing the MTU at the client end of the VPN and see if that makes a difference.
Regards
Charlie
(*) This is supposedly dealt with by the replacement ppp_generic.o module from the ppp-mppe-modules RPM (as mentioned in the README), but evidently it can't handle all client connections.