Did you go into the server manager and both turn on vpn and also select which users will have access to the vpn server?
Could you post the relevant section from /var/log/messages. It might give a better description of why the connection is failing. The error should look similar to the one below:
rcvd [LCP ConfReq id=0x1 <magic 0xdeadbeef> <pcomp> <accomp>
<callback CBCP> <mrru 1614> <endpoint [local:xx.xx.xx.xx.xx.xx.xx.xx.xx]>]
sent [LCP ConfRej id=0x1 <pcomp> <accomp> <mrru 1614>]
sent [CHAP Challenge id=0x1 <xxxxxxxxxxxxxxx>, name = "LinuxVPNserver"]
rcvd [CHAP Response id=0x1 <xxxxxxxxxxxxxx>, name = "jacco"]
sent [CHAP Success id=0x1 "Welcome to LinuxVPNserver."]
sent [IPCP ConfReq id=0x1 <addr 192.168.1.128>]
CHAP peer authentication succeeded for jacco
sent [IPCP ConfReq id=0x1 <addr 192.168.1.128>]
IPCP: timeout sending Config-Requests
Regards Lloyd
Thank you ldkeen
This is the message content:
Aug 28 19:38:13 sme pptpd[30813]: CTRL: Client 192.168.1.198 control connection started
Aug 28 19:38:13 sme pptpd[30813]: CTRL: Starting call (launching pppd, opening GRE)
Aug 28 19:38:13 sme pppd[30814]: Plugin radius.so loaded.
Aug 28 19:38:13 sme pppd[30814]: RADIUS plugin initialized.
Aug 28 19:38:13 sme pppd[30814]: pppd 2.4.3 started by root, uid 0
Aug 28 19:38:13 sme kernel: divert: not allocating divert_blk for non-ethernet device ppp1
Aug 28 19:38:14 sme pppd[30814]: Using interface ppp1
Aug 28 19:38:14 sme pppd[30814]: Connect: ppp1 <--> /dev/pts/1
Aug 28 19:38:14 sme pptpd[30813]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Aug 28 19:38:14 sme pppd[30814]: MPPE required, but kernel has no support.
Aug 28 19:38:14 sme pppd[30814]: Connection terminated.
Aug 28 19:38:14 sme pppd[30814]: Connect time 0.1 minutes.
Aug 28 19:38:14 sme pppd[30814]: Sent 0 bytes, received 44 bytes.
Aug 28 19:38:14 sme kernel: divert: no divert_blk to free, ppp1 not ethernet
Aug 28 19:38:14 sme pptpd[30813]: CTRL: Reaping child PPP[30814]
Aug 28 19:38:14 sme pppd[30814]: Exit.
Aug 28 19:38:14 sme pptpd[30813]: CTRL: Client 192.168.1.198 control connection finished
This test is play at Local Area Network, thanks a lot