this is my first question and I think it is already pretty complex...
I have managed to setup various servers (http, mail, ssh, ftp) in my Rpi and all of them work perfectly.
Last server I tried to install and configure was a VPN server. I did so by following this tutorial: http://unvexed.blogspot.de/2012/08/how- ... d-vpn.html
Everything seem to work since I didn't get any error during the installation and configuration.
Now, when I try to connect to the VPN the connection does not work.
In the RPI, by executing
Code: Select all
tail -f /var/log/messagesCode: Select all
Nov 13 20:07:51 raspberrypi rsyslogd-2177: imuxsock lost 220 messages from pid 1742 due to rate-limiting
Nov 13 20:08:38 raspberrypi pppd[2654]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Nov 13 20:08:38 raspberrypi kernel: [ 101.964810] PPP generic driver version 2.4.2
Nov 13 20:08:38 raspberrypi pppd[2654]: pppd 2.4.5 started by root, uid 0
Nov 13 20:08:39 raspberrypi pppd[2654]: Using interface ppp0
Nov 13 20:08:39 raspberrypi pppd[2654]: Connect: ppp0 <--> /dev/pts/0
Nov 13 20:08:39 raspberrypi pppd[2654]: Hangup (SIGHUP)
Nov 13 20:08:39 raspberrypi pppd[2654]: Modem hangup
Nov 13 20:08:39 raspberrypi pppd[2654]: Connection terminated.
Nov 13 20:08:39 raspberrypi pppd[2654]: Exit.
The user that is trying to connect to the VPN exists in the RPI and has the same password as the one in the
Code: Select all
/etc/ppp/chap-secretsThanks
Víctor