VPN en Linux con pptpd
Hola lista!, resulta que estaba configurando un servidor vpn en mi casa y
me conecto desde un windows xp, he buscado información pero todavia no me
deja conectar desde windows, os pongo la config de mi server pptpd y a ver
que opinais:
/etc/pptpd.conf
speed 115200
option /etc/ppp/pptpd-options
#listen 81.202.200.38
debug
localip 192.168.1.1
remoteip 192.168.1.234-240
/etc/ppp/pptpd-options
noipdefault
noauth
crtscts
lock
modem
asyncmap 0
nodetach
lcp-echo-interval 30
lcp-echo-failure 4
lcp-max-configure 60
lcp-restart 2
idle 600
noipx
file /etc/ppp/filters
Y este es el LOG:
MGR: Manager process started
MGR: Maximum of 7 connections available
MGR: Launching /usr/sbin/pptpctrl to handle client
CTRL: local address = 192.168.1.1
CTRL: remote address = 192.168.1.234
CTRL: pppd speed = 115200
CTRL: pppd options file = /etc/ppp/pptpd-options
CTRL: Client <ipWindowsXP> control connection started
CTRL: Received PPTP Control Message (type: 1)
CTRL: Received PPTP Control Message (type: 1)
CTRL: Made a START CTRL CONN RPLY packet
CTRL: I wrote 156 bytes to the client.
CTRL: Sent packet to client
CTRL: Received PPTP Control Message (type: 7)
CTRL: Set parameters to 100000000 maxbps, 64 window size
CTRL: Made a OUT CALL RPLY packet
CTRL: Starting call (launching pppd, opening GRE)
CTRL: pty_fd = 4
CTRL: tty_fd = 5
CTRL (PPPD Launcher): program binary = /usr/sbin/pppd
CTRL (PPPD Launcher): local address = 192.168.1.1
CTRL (PPPD Launcher): remote address = 192.168.1.234
CTRL: I wrote 32 bytes to the client.
CTRL: Sent packet to client
GRE: read(fd=4,buffer=804e6c0,len=8196) from PTY failed: status = -1 error
= input/output error, usually caused by unexpected termination of pppd, check
option syntax and pppd logs
CTRL: PTY read or GRE write failed (pty,gre)=(4,5)
CTRL: Reaping child PPP[6682]
CTRL: Client <ipWindowsXP> control connection finished
CTRL: Exiting now
MGR: Reaped child 6681
En la configuración de Windows tengo que no me pida contraseña y que no sea
cifrada la conexion
alguien ve claro el error o ha hecho esto antes? por favor ayudarme
gracias
Reply to: