OpenVPN Log: MANAGEMENT: Client connected from [AF_INET] ?

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
routingrudolph
DD-WRT Novice


Joined: 03 Jan 2019
Posts: 10

PostPosted: Tue Nov 03, 2020 14:59    Post subject: OpenVPN Log: MANAGEMENT: Client connected from [AF_INET] ? Reply with quote
Hi,
i am running DD-WRT v3.0-r40009 std (06/11/19)on a Linksys WRT1200AC. OpenVPN (via NordVPN) connects and browserleaks.com also found no leaks. But i am having following lines added to the log everytime i refresh the Status->OpenVPN Panel. I also didnt find anything related on google, so what is causing this MANAGEMENT connect and disconnect?


Code:
20201103 15:56:39 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 15:56:39 D MANAGEMENT: CMD 'log 500'
20201103 15:56:39 MANAGEMENT: Client disconnected
20201103 15:56:42 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 15:56:42 D MANAGEMENT: CMD 'state'
20201103 15:56:42 MANAGEMENT: Client disconnected
20201103 15:56:42 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 15:56:42 D MANAGEMENT: CMD 'state'
20201103 15:56:42 MANAGEMENT: Client disconnected
20201103 15:56:42 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 15:56:42 D MANAGEMENT: CMD 'state'
20201103 15:56:42 MANAGEMENT: Client disconnected
20201103 15:56:42 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 15:56:42 D MANAGEMENT: CMD 'status 2'
20201103 15:56:42 MANAGEMENT: Client disconnected
20201103 15:56:42 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 15:56:42 D MANAGEMENT: CMD 'log 500'
20201103 15:56:42 MANAGEMENT: Client disconnected
20201103 16:03:54 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 16:03:54 D MANAGEMENT: CMD 'state'
20201103 16:03:54 MANAGEMENT: Client disconnected
20201103 16:03:54 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 16:03:54 D MANAGEMENT: CMD 'state'
20201103 16:03:54 MANAGEMENT: Client disconnected
20201103 16:03:54 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 16:03:54 D MANAGEMENT: CMD 'state'
20201103 16:03:54 MANAGEMENT: Client disconnected
20201103 16:03:54 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 16:03:54 D MANAGEMENT: CMD 'status 2'
20201103 16:03:54 MANAGEMENT: Client disconnected
20201103 16:03:54 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16
20201103 16:03:54 D MANAGEMENT: CMD 'log 500'
19700101 01:00:00



My Additional Config in the Services->VPN section
Code:

remote-cert-tls server
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
#comp-lzo no
#log /tmp/vpn.log
#Delete `#` in the line below if your router does not have credentials fields and you followed the 3.1 step
#auth-user-pass /tmp/openvpncl/user.conf


OpenVPN Client Settings:


Thanks
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12877
Location: Netherlands

PostPosted: Tue Nov 03, 2020 15:23    Post subject: Reply with quote
routingrudolph wrote:
Hi,
i am running DD-WRT v3.0-r40009 std (06/11/19)on a Linksys WRT1200AC. OpenVPN (via NordVPN) connects and browserleaks.com also found no leaks. But i am having following lines added to the log everytime i refresh the Status->OpenVPN Panel. I also didnt find anything related on google, so what is causing this MANAGEMENT connect and disconnect?


You watching the status page Very Happy

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
routingrudolph
DD-WRT Novice


Joined: 03 Jan 2019
Posts: 10

PostPosted: Tue Nov 03, 2020 19:03    Post subject: Reply with quote
Jesus, is it really that simple? so it's just a GUI log entry?ok now i feel dumb haha
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12877
Location: Netherlands

PostPosted: Tue Nov 03, 2020 19:19    Post subject: Reply with quote
Haha yes, but do not feel stupid, it is something everybody wants to know but no one dares to ask Smile
_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
bushant
DD-WRT Guru


Joined: 18 Nov 2015
Posts: 2036

PostPosted: Tue Nov 03, 2020 21:34    Post subject: Reply with quote
When I am fooling around with OVPN I use Command Terminal to watch the log.
Code:
cat /var/log/messages|grep vpn

Or a running dump.
Code:
tail -fn30 /var/log/messages

This doesn't keep filling it up with those connect/disconnect messages.
There are probably other better ways.

_________________
Forum Guide Lines (with helpful pointers about how to research your router, where and what firmware to download, where and how to post and many other helpful tips!)
How to get help the right way

Before asking for help - Read the forum guidelines AND Upgrade DD-WRT!
Adblock by eibgrad (1.1M blocked) + Blocklist Collection

Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum