Solaris PPTP Client
Description
This page contains my port of PPTP Client for Solaris 10 and Solaris Nevada. There are a few similar patches for earlier versions of PPTP Client and Solaris can be found on the web, but none of them actually works correctly.
Pre-built packages
You can download pre-built package for Solaris 10 and Nevada:
- CTHRpptp-1.7.2_s0-i386.pkg (Built on Solaris 10 08/07)
- CTHRpptp-1.7.2_s0-sparc.pkg (Built on Solaris 10 11/06)
Patches
This patches are already included in pptp-client 1.7.2.
Alternatively, you can build Solaris PPTP Client from source:
- Download PPTP Client 1.7.1 tarball from http://pptpclient.sourceforge.net/ and unpack it:
# gunzip -c pptp-1.7.1.tar.gz | tar xf -
- Download pptp-1.7.1_s0-solaris.patch here
- Apply the patch:
# cd pptp-1.7.1
# gpatch -p1 < ../pptp-1.7.1_s0-solaris.patch
- Modify makefile for your Solaris system:
# Solaris 10
# LIBS = -lnsl -lsocket -lresolv
# Solaris Nevada build 14 or above
# LIBS = -lnsl -lsocket
- Build:
# make
January 27th, 2008 at 4:03 pm
Hi! How about the pptpd port?
January 27th, 2008 at 4:51 pm
Poptop project webpage claims that pptpd was ported to Solaris 2.6, and i was able to build it fine on Nevada with small makefile fixes (excluded bcrelay). I never checked if it works at all.
February 16th, 2008 at 7:03 pm
Hi,i downloaded pptp-1.7.1.tar.gz , and use your patch file to patch , and build it ,
but when i try use pptp to connect my vpn server , it don’t work .
so , can you tell me how about to make it work ?
thanks !
February 16th, 2008 at 7:09 pm
What exactly doesn’t work? Did you receive any error messages?
March 28th, 2008 at 9:51 pm
Hi,
Great news! Will you contribute this patch back into pptpclient project so that future versions work out of the box?
March 30th, 2008 at 10:27 am
This patch is already in pptpclient CVS tree!
May 6th, 2008 at 1:07 am
I’ve build “make” like U’r tutorial
should I necessary do “make install” ?
how do I connect with pptp server ?
sorry I’m still newbie
thx
May 6th, 2008 at 1:35 am
IN OPEN SOLARIS FORUM
######
I really need this, so I decided to give it a try. I have just built it from sources and installed it at /opt/pptp-1.7.1. Now I would like to set it up such that connection is as simple as:
set up connection:
svccfg -s network/pptp:MyInstance setprop host=
svccfg -s network/pptp:MyInstance setprop user=
svccfg -s network/pptp:MyInstance setprop passwd=
connect:
svcadm enable network/pptp:MyInstance
disconnect:
svcadm disable network/pptp:MyInstance
#####
how does he install in /opt as svc ?
May 14th, 2008 at 5:38 pm
[…] патчи для работы pptp-client под Solaris включены в вышедший сегодня […]