Koozali.org: home of the SME Server

pppd not cleaning up ppp devices

daess0

pppd not cleaning up ppp devices
« on: July 17, 2006, 05:01:20 PM »
Hail all sme users.

First off: thumbs up, excellent product!

Second: an issue.
I have an issue that when clients disconnect the devices don't get cleaned up.  

If 15 connections are made, and they all disconnect, ppp devices ppp0 to ppp14 stay up. I am not using dhcp on the server or anything else, solely the pptp function.

Is this a known issue? Or is there something I didn't read or see 'cause I have been searching the web and forums.  If I DID miss it, a big sorry before hand, but then could you please direct me to the correct information.

I am using sme-server version 7 rc3 and I have included both pptp.conf and options.pptp for your information. Hope you can help.

*--------------------------------------
Code: [Select]
pptpd.conf

localip 192.168.10.1

noipparam

option /etc/ppp/options.pptpd

pidfile /var/run/pptpd.pid
remoteip 192.168.1.200-229

speed 460800

*---------------------------------------------

options.pptp

auth
# debug is not enabled
domain xxx.xxx
# Tell ip-up and ip-down who is running them
ipparam pptpd
lcp-echo-interval 15
lcp-echo-failure 4
nodeflate
nobsdcomp
require-mppe-128
nomppe-40
nomppe-stateful # refuse stateful mode, i.e. use stateless
ms-dns 192.168.10.1
# Network has no WINS server set
multilink
name vpnserver
netmask 255.255.255.0
nologfd
passive
proxyarp
plugin radius.so
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2 # Need MSCHAP-v2 to initialise encryption key

*---------------------------------------------------------------------------------***


Daniƫl Eshuis

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: pppd not cleaning up ppp devices
« Reply #1 on: July 17, 2006, 05:46:30 PM »
Quote from: "daess0"

Second: an issue.


Please report all issues via the Bug Tracker. Thanks.