Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello, I'm having problems with pptp on CentOS here is my /var/log/messages file can anyone help me?
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: Client 87.132.61.71 control connection started
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: Starting call (launching pppd, opening GRE)
Feb 19 15:24:56 Serv pppd[32765]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Feb 19 15:24:56 Serv pppd[32765]: This system lacks kernel support for PPP. This could be because the PPP kernel module could not be loaded, or because PPP was not included in the kernel configuration. I$
Feb 19 15:24:56 Serv pptpd[32764]: GRE: read(fd=6,buffer=8059680,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and$
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7)
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: Client 87.132.61.71 control connection finished
I tried to connect on my Windows Machine but i get connection failed when i try to connect to my CentOS server running pptp
Hello, I'm having problems with pptp on CentOS here is my /var/log/messages file can anyone help me?
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: Client 87.132.61.71 control connection started
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: Starting call (launching pppd, opening GRE)
Feb 19 15:24:56 Serv pppd[32765]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Feb 19 15:24:56 Serv pppd[32765]: This system lacks kernel support for PPP. This could be because the PPP kernel module could not be loaded, or because PPP was not included in the kernel configuration. I$
Feb 19 15:24:56 Serv pptpd[32764]: GRE: read(fd=6,buffer=8059680,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and$
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7)
Feb 19 15:24:56 Serv pptpd[32764]: CTRL: Client 87.132.61.71 control connection finished
I tried to connect on my Windows Machine but i get connection failed when i try to connect to my CentOS server running pptp
show your lsmod output
if no ppp is there try loading it with
modprobe ppp_mppe
or
modprobe ppp_deflate
and try again
Regards
Sebastain
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.