2008/9/29 Geoffrey S. Mendelson <[EMAIL PROTECTED]>: > I have a need to set up a VPN to a "virutal sever" which does not support > PPP in the kernel. > Is there such a thing as a USER SPACE only implementation of ppp? > > There is one for SLIP (e.g. SLIRP), but I need ppp.
Does it HAVE to be PPP or can you make use of "VPN over SSH", for instance (requires TUN kernel support) Example ref: http://gentoo-wiki.com/HOWTO_VPN_over_SSH_and_tun I'm not sure it's suitability for your requirements but maybe worth investigation if you get stuck on the SLirp path for too long... --Amos ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
