Hello, All!

I use OpenVPN 2.4.6 on CentOS 7.5 from EPEL repo.

I put in configuration file:

log /var/log/openvpn-routers.log
mute 20
verb 0

but still see in log file this message:

Sat May 26 22:30:48 2018 do_ifconfig, tt->did_ifconfig_ipv6_setup=0

=============================================

How I can disable this useless message in log file?

I write in config "verb 0", so as documentation say
https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage

--verb n

0 -- No output except fatal errors.

===========================================

I must not see any messages except fatal errors.

Also I found in the sources of OpenVPN:

https://github.com/OpenVPN/openvpn/blob/master/src/openvpn/tun.c#L893

        msg( M_DEBUG, "do_ifconfig, tt->did_ifconfig_ipv6_setup=%d",
             tt->did_ifconfig_ipv6_setup );

===================================================

This is bug in OpenVPN source code,
or I am doing something wrong with my OpenVPN configuration?

P.S.

Full OpenVPN configuration file:

local 11.22.33.44
port 65535
proto udp4
dev tun0

fragment 1300
mssfix

ca routers-ca.crt
cert routers-server.crt
key routers-server.key
dh routers-dh2048.pem

server 172.31.254.0 255.255.255.0
client-to-client
topology subnet

route 172.17.99.0 255.255.255.0 172.31.254.1
route 172.17.100.0 255.255.255.0 172.31.254.1
route 172.17.101.0 255.255.255.0 172.31.254.1

client-config-dir client-config-dir-routers
ccd-exclusive

max-clients 252
keepalive 10 120

tls-auth routers-ta.key 0
opt-verify

user openvpn
group openvpn

persist-key
persist-tun

#status /var/log/openvpn-routers-status.log
log /var/log/openvpn-routers.log
mute 20
verb 0

========================================================

--
Best regards,
 Gena

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to