Hello
I have setup pptpd according to these instructions
In order to use MPPE/MPPC, you must install the following packages from nbd's experimental repository :
· kmod-crypto
· kmod-ppp
· kmod-mppe
· ppp
· pptpdYou must then load the following modules :
· arc4
· sha1
· slhc
· ppp_generic
· ppp_mppe_mppc
· ppp_asyncarc4, sha1 and ppp_mppe_mppc are needed for encryption
You can then start pptpd. Please note that the pptpd package doesn't allocate IP addresses by itself, it relies on ppp for this : you must add adresses for your clients in your chap-secrets file.
Edited : fix typo on slhc and ppp_async module requirement
--
Nico
And it's working fine,
(thanks for the directions Nico)
Now I would config pptpd using the localip and remoteip configuration options in /etc/pptpd.conf
but according to a comment in the file ip assignments are done from pppd and have to be specified /etc/ppp/chap-secrets
Is there a chance to change this or is it "hardcoded" somewere?
I am especially interested (need) in the remoteip option.