LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices

Reply
 
Thread Tools
Old 03-20-2005, 05:51 PM   #1
djbanaan
Member
 
Registered: Aug 2003
Location: Haarlem, The Netherlands
Distribution: Slackware, FreeBSD
Posts: 178
Thanked: 0
Post DISCUSSION: PPTP VPN on Slackware How-to


[Log in to get rid of this advertisement]
This thread is to discuss the article titled: PPTP VPN on Slackware How-to
djbanaan is offline     Reply With Quote
Old 09-13-2005, 12:15 AM   #2
Monkey Magic
LQ Newbie
 
Registered: Sep 2005
Posts: 2
Thanked: 0
polbox mirrors?

Does polbox have any mirrors? I've been trying to contact http://www.polbox.com/h/hs001/ for the last few weeks with no luck (it times out). Are other people still seeing polbox?
Monkey Magic is offline     Reply With Quote
Old 09-13-2005, 06:39 PM   #3
Monkey Magic
LQ Newbie
 
Registered: Sep 2005
Posts: 2
Thanked: 0
OK, per chance, it worked today. The new link for the MPPC stuff is http://mppe-mppc.alphacron.de/
Monkey Magic is offline     Reply With Quote
Old 06-05-2006, 02:54 PM   #4
eder_michael11
Member
 
Registered: Jan 2006
Posts: 51
Thanked: 0
sorry..djbanaan
i configured all for slackware server...

but wen i try to connect from windows client appear
error 800 unable to conecto to client..

do you know if at windows do i have to soecific something??? on the propieties..??
eder_michael11 is offline     Reply With Quote
Old 06-05-2006, 03:16 PM   #5
eder_michael11
Member
 
Registered: Jan 2006
Posts: 51
Thanked: 0
i turned off the firewall the questions that i have are....

at the menu config ... in the kernel the options for PPP i selected like this

<M>PPP (point-to-point protocol) support
[ ] PPP multilink support (EXPERIMENTAL)[*] PPP filtering
<M>PPP support for async serial ports
<M>PPP support for sync tty ports
<M>PPP Deflate compression
<M>PPP BSD-Compress compression[*]Microsoft PPP compression/encryption (MPPC/MPPE)

if this is ok??

well other think i think could be the error for not connect the client windows to my server linux is that

/etc/pptpd.conf didnt exist at my slackware i have to copied from the directory /pptp-2../samples to /etc

other thing the file /etc/ppp/options.pptpd doesnt exist only existe
/etc/ppp/option .. i have to copied to this location from the samples too

my slackware version is 10.0
can you helpe to find wich is the error?? i can answer all you ask me please...
eder_michael11 is offline     Reply With Quote
Old 07-07-2006, 09:07 AM   #6
lukki
LQ Newbie
 
Registered: Jul 2006
Posts: 1
Thanked: 0
A problem!
I did everything as written in Djbanaan's article and ... found two problems:
1. libwrap.so.0 is missing and I can't find it for Slackware (???). Problem occurs when pptpd is started "properly" (/usr/sbin/pptpd). However, when I start pptpd directly from command line, it doesn't ask for libwrap.so.0 and runs.
2. when pptpd is running I can't connect using windows xp sp2 client. Returned error code is 619. Firewall is, of course, off.

What is wrong?

(slackware 10.2)

Greets, Lukas
lukki is offline     Reply With Quote
Old 05-20-2009, 02:01 PM   #7
mikese
LQ Newbie
 
Registered: Mar 2009
Posts: 6
Thanked: 0
I haven't ran slackware since around 1999 i've been on ubuntoo lately or whatever it's called. But setting up a VPN on a shared hosting account isn't that fun you should just get a dedicated server if you can afford it maybe split the cost with some friends.

Last edited by XavierP; 07-24-2009 at 09:23 AM.. Reason: Superfluous Advertising Removed
mikese is offline     Reply With Quote
Old 07-07-2009, 05:24 AM   #8
socialmaker
LQ Newbie
 
Registered: Jul 2009
Posts: 2
Thanked: 0
Although i'm not a big fan of slackware linux i know it's the toughest one of them all (along with debian if i'm not mistaking). People now are starting to use linux more and more (which is a good thing) but the similarities between linux and windows (i'm referring to the graphical user interface) are just annoying. I know they must make it pretty and all but cmon...
Anyway I'll always love linux and my web hosting plans run under linux really well.

Last edited by XavierP; 07-24-2009 at 09:22 AM.. Reason: Superfluous Link Removed
socialmaker is offline     Reply With Quote
Old 11-08-2009, 07:22 AM   #9
arubin
Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 13 (multilib)
Posts: 922
Thanked: 2
I have just configured my PC to connect to my daughter's University using VPN.

The steps I needed were these

1. Install pptd package from slackbuilds

2. add to rc.modules
/sbin/modprobe ppp_mppe

3. mkdir /etc/ppp/peers

4. symlink bin/ip to sbin/ip

5. Create file

/etc/ppp/ip-up

Quote:
#!/bin/sh

/sbin/route add -host
and make it executable

6. pptpsetup --create imperial --server NETWORK_ADDRESS --username USERNAME --password PASSWORD

7. pppd call imperial dump debug logfd 2 nodetach require-mppe

this gets ppp0 running

8. /sbin/ip route add default dev ppp0

This adds ppp0 to the routing table

9. We can then connect to her folder using konquereor

smb://icfs.cc.ic.ac.uk/username

10. login as ic.ac.uk\username
linux arubin is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN with PPTP and MPPE Markup Linux - Networking 3 10-16-2006 07:59 PM
VPN pptp Connection GroverB Linux - Networking 1 10-29-2005 04:13 PM
Vpn, Pptp???? ABL Linux - Networking 3 03-11-2005 05:54 PM
pptp vpn netmask scheidel21 Linux - Networking 3 03-23-2003 04:15 AM
Support for PPTP VPN laburns Linux - Networking 3 03-06-2003 04:11 AM


All times are GMT -5. The time now is 10:20 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration