LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Poptop on Centos 5 ,continual decline in customers (https://www.linuxquestions.org/questions/linux-networking-3/poptop-on-centos-5-continual-decline-in-customers-790192/)

ed182 02-19-2010 09:20 AM

Poptop on Centos 5 ,continual decline in customers
 
Hello Dear Friends

I need to understand what is happening with my VPN , I manage the Firewall server that have install POPTOP ($Id: pptpd.conf,v 1.10) for VPN conecctions. Actually only 3 users are using the service, about 1 month ago, I have problems with connection and service that consistently falls, sometimes it can get 1 hour of connection and then falls, I neet to know that is causing this but can not find the solution, can you help please

My Server is on Centos , Kernell 2.6.18-53.el5PAE

This is my File on /etc/pptpd.conf
Code:

option /etc/ppp/options.pptpd
logwtmp
localip        192.168.10.1
remoteip        192.168.10.230-250

This is my File on /etc/ppp/options.pptpd

Code:

name servername
name pptpd
auth
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128

ms-dns 200.48.225.130
ms-dns 200.48.225.146
netmask 255.255.255.0
nodefaultroute
proxyarp
lock

About the logs . here is the result of /var/log/messages

Code:

Feb 19 09:10:46 fw pppd[24674]: LCP terminated by peer (LqK^M^@<M-Mt^@^@^@^@)
Feb 19 09:10:46 fw pppd[24674]: pptpd-logwtmp.so ip-down ppp0
Feb 19 09:10:46 fw pppd[24674]: Connect time 52.8 minutes.
Feb 19 09:10:46 fw pppd[24674]: Sent 5089590 bytes, received 349362 bytes.
Feb 19 09:10:47 fw pppd[24674]: Modem hangup
Feb 19 09:10:47 fw pppd[24674]: Connection terminated.
Feb 19 09:10:47 fw pppd[24674]: Exit.

Here connection only was 52.8 minutes.

Thanks

TB0ne 02-19-2010 09:37 AM

Quote:

Originally Posted by ed182 (Post 3869454)
Hello Dear Friends

I need to understand what is happening with my VPN , I manage the Firewall server that have install POPTOP ($Id: pptpd.conf,v 1.10) for VPN conecctions. Actually only 3 users are using the service, about 1 month ago, I have problems with connection and service that consistently falls, sometimes it can get 1 hour of connection and then falls, I neet to know that is causing this but can not find the solution, can you help please

My Server is on Centos , Kernell 2.6.18-53.el5PAE

Here connection only was 52.8 minutes.

Not sure what anyone can tell you.

You say it was working, until about a month ago. I'd start with checking what changed a month ago, since something obviously did.

And did you try to Google for the error that you posted, from your messages file??? Lots of info. It looks like the problem you are experiencing is because of EAP authentication on the remote end, you'll need to pass "refuse-eap" option to pppd.


http://ubuntuforums.org/showthread.php?t=1095546

It's for Ubuntu, but references the same sorts of issues. Signs point to authentication/PAP-CHAP problems.

ed182 02-19-2010 12:30 PM

i am trying to understand you. but my clients are on Windows XP . i ll find more information on google. let me check

TB0ne 02-19-2010 02:36 PM

Quote:

Originally Posted by ed182 (Post 3869634)
i am trying to understand you. but my clients are on Windows XP . i ll find more information on google. let me check

Doesn't matter what your clients are...you set that option on the Poptop server, along with whatever pap/chap options you may have to use. Read the links that were given to you.


All times are GMT -5. The time now is 07:07 PM.