Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37

Thread: VPN PPTP Connection fails when downloading

  1. #31
    Join Date
    Nov 2010
    Beans
    1

    Re: VPN PPTP Connection fails when downloading

    I am just "patch" my pptp.
    I replace 408 line in pptp_gre.c from
    else if ( seq < seq_recv + MISSING_WINDOW ||
    WRAPPED(seq, seq_recv + MISSING_WINDOW) )
    to
    else if (1)
    Very dirty hack but ... it just works for me.
    Last edited by zyrg; November 8th, 2010 at 10:57 AM.

  2. #32
    Join Date
    Jan 2008
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: VPN PPTP Connection fails when downloading

    What does it do ?

  3. #33
    Join Date
    Jan 2006
    Location
    Norway
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VPN PPTP Connection fails when downloading

    Quote Originally Posted by TheNTW View Post
    What does it do ?
    Hi, I'm having the same problem myself. This hack probably removes some check of some sort that has with packets received (by pptp, I assume).

    I'll put up a bug-report on launchpad about this, as I I've had this bug for quite some time, and just now bothered to dig deep enough (lol, checking logs) to have something to report.
    If global warming is caused by lack of pirates , all should be doing what they can to save the planet

  4. #34
    Join Date
    Jan 2006
    Location
    Norway
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: VPN PPTP Connection fails when downloading

    Some more info I found about this around the net can be found in the bug-report I put up. The fix is still probably a hack, but probably less dirty than the proposed if(1)

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/681617

    cheers
    If global warming is caused by lack of pirates , all should be doing what they can to save the planet

  5. #35
    Join Date
    May 2009
    Beans
    12

    Re: VPN PPTP Connection fails when downloading

    The patch has been created to workaround this problem. The patch allows specifying the size of a packet window in command line: https://launchpadlibrarian.net/10056...g-window.patch

  6. #36
    Join Date
    May 2012
    Beans
    1

    Re: VPN PPTP Connection fails when downloading

    Quote Originally Posted by mbaitoff View Post
    The patch has been created to workaround this problem. The patch allows specifying the size of a packet window in command line: https://launchpadlibrarian.net/10056...g-window.patch
    How do i apply this patch? Should i apply it on server- or client side?

  7. #37
    Join Date
    Jun 2007
    Beans
    26
    Distro
    Lubuntu

    Re: VPN PPTP Connection fails when downloading

    Client Side - you need to download the source code and then apply the provided patch. both versions should work just fine.

Page 4 of 4 FirstFirst ... 234

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •