This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PPTP client with Linux

Has anyone setup a linux client to connect to Astaro PPTP?  I know about the pptpclient for linux.  But has anyone actually configured it and gotten it working with astaro?  If so do you have a good link to a HOWTO for it.

Thanks 


This thread was automatically locked due to age.
  • Yup-
    Where I work, we have a contracted company that setup our Astaro box.  However they did it (and I'm pretty sure it's a basic configuration), I am able to create a connection using the built in PPTP in W2K, and all I have to input is my user/pass, and the IP address.  

    I having been pulling my hair out with pptpclient for Linux, because I was able to connect, but couldn't get to anything on the inside.  But, I did eventually figure it out.  I am not at that machine right now, but hopefully these steps will help.  I run RedHat 9.0 and pptpclient (not sure of the version, but I think it's the newest one).  

    Run pptpconfig as root, then input your username/pass and the IP or DNS name of the serverunder the Server tab.  

    Then, under Routing tab choose Client to LAN, and then click Network Routes.  In this section, you need to put the subnet of the LAN that you are connecting to.  Use the format 10.1.1.0/24 for whatever your setup may be.  

    (Note: I have had problems where I am at home on a 10.1.1.x network, and that happens to be the same subnet at work.  I ended up changing my home network to 172.16.x.x, and it was fine after that... I imagine that this would be expected behavior)

    Next, on the Encryption tab, I had to enable Use MS MPPE.  

    I have a Linksys broadband router at home, and I had to make sure that PPTP passthrough was enabled on it.  I also have IPSec passthrough enabled, not sure if that is required also or not.

    That should be it, let me know if you have any problems with that and I will try to help out more.

    --Alex--     
  • I used PPTP client from http://pptpclient.sourceforge.net/ and I got it working without much trouble. Routing is done nicely and only the traffic between protected network and roadwarrior is encrypted. If you want this to happen in windows you have to tweak routing tables manually.

    It required kernel patching/building some mppe module and installation/ugrade of ppp. I followed instructions for RH9 on that website and got it working ok.

    Configruation of PPTP itself was easy with GUI provided by authors (but in separate package). pptp-gtk-php should be easy to follow but remember to take latest version. Old version did not allow me to update created connections and connecting didn't work either. I use 20030505.

      
  • Thanks guys, I did get PPTP to work on linux.  What I needed was a patch to my kernel to support mppe.