Information about the client connection on the server

Need help configuring your VPN? Just post here and you'll get that help.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
ivanp
OpenVpn Newbie
Posts: 2
Joined: Thu Jul 14, 2011 1:41 pm

Information about the client connection on the server

Post by ivanp » Thu Jul 14, 2011 1:49 pm

Hi everyone,

I build my first network based on OpenVPN. But i want to know who is connected to the serwer. Is there any possibility to get some po-pup or something like that when the client is connected to the server ?

george
Forum Team
Posts: 117
Joined: Tue Jun 09, 2009 4:25 pm
Location: St. Louis, MO USA

Re: Information about the client connection on the server

Post by george » Thu Jul 14, 2011 3:46 pm

On our linux based OpenVPN server we use the status file:

Put these lines in openvpn config

Code: Select all

status openvpn-status.log 5
status-version 2
This creates a file named openvpn-status.log which contains information on active connections.

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

Re: Information about the client connection on the server

Post by maikcat » Thu Jul 14, 2011 5:56 pm

hi there,

also you can enable managment interface and use openvpn control
program to show in real time who is online...

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"

ivanp
OpenVpn Newbie
Posts: 2
Joined: Thu Jul 14, 2011 1:41 pm

Re: Information about the client connection on the server

Post by ivanp » Fri Jul 15, 2011 10:46 am

Where Can I eneble management interface ? And how use control program ?

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

Re: Information about the client connection on the server

Post by maikcat » Fri Jul 15, 2011 12:08 pm

hi there,

just add

management 0.0.0.0 7505

to your server config
the 7505 is tcp port that management interfaces listens
using 0.0.0.0 ip interface is accessible from everywhere...

download openvpn control (from sourceforge i think)
install it (win version)
create new connection ,use server ip ,port and connect... 8-)

cheers,

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