On Thu, 23 Dec 1999, Charles Galpin wrote:

> this allows you to use a pptp based vpn from a masqueraded client machine
> thru the firewall.
> 
> I have yet to figure out how to get a linux vpn client to work though :(

The 1.0.2 PPTP VPN client has a bug that can sometimes cause the
connection to fail.

The development of the Linux PPTP client was suspended for a while
because Scott Ananian moved on to other things. It's now being moved
to a CVS repository so that development may resume. There should
hopefully be a 1.0.3 version out soon that fixes this bug and adds
some other improvements.

Here's the patch for the bug if you cannot wait that long...

----8<--------------8<--------------------8<--------------8<------------------
--- pptp-linux-1.0.2-orig/pptp.c        Wed Feb 18 23:42:14 1998
+++ pptp-linux-1.0.2/pptp.c     Mon Feb  8 10:55:04 1999
@@ -127,7 +127,7 @@
   }
 
   /* Step 6: Do GRE copy until close. */
-  pptp_gre_copy(call_id, peer_call_id, pty_fd, inetaddr);
+  pptp_gre_copy(peer_call_id, call_id, pty_fd, inetaddr);
 
 shutdown:
   /* on close, kill all. */
----8<--------------8<--------------------8<--------------8<------------------


--
 John Hardin KA7OHZ   ICQ#15735746   http://www.wolfenet.com/~jhardin/
 [EMAIL PROTECTED]      pgpk -a finger://gonzo.wolfenet.com/jhardin
  768: 0x41EA94F5 - A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76 
 1024: 0xB8732E79 - 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  Failure to plan ahead on someone else's part does not constitute an
  emergency on my part.
                                  - David W. Barts in a.s.r
                                    <[EMAIL PROTECTED]>
-----------------------------------------------------------------------
   4 days until the Y2K apocalypse - keep gold & ammo handy!


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to