ipp.txt problem

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
brenker
OpenVpn Newbie
Posts: 9
Joined: Sat Nov 10, 2012 8:31 pm

ipp.txt problem

Post by brenker » Sun Nov 11, 2012 11:22 am

I noticed that ipp.txt updates fine when client connects but not after client disconnects. The common name and IP are still there after disconnection. I already set the interval to 30 seconds. The file still thinks client is connected.


My server.conf

port 4000
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.5.1.0 255.255.255.0
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.8.4"
push "comp-lzo"
push "redirect-gateway def1"
ifconfig-pool-persist ipp.txt 30
comp-lzo
cipher none
auth none
no-replay
no-iv
tun-mtu 1500
verb 5
status openvpn-status.log
keepalive 10 60

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: ipp.txt problem

Post by maikcat » Mon Nov 26, 2012 6:36 pm

try adding to your server config:

Code: Select all

push "explicit-exit-notify 3"
Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

Post Reply