MartineauUK / wireguard

Manage/Install WireGuard on applicable ASUS routers
GNU General Public License v3.0
123 stars 22 forks source link

Sep 5 10:59:00 (wg_manager.sh): 18319 Clients ^[[97m0^[[95m, Servers ^[[97m1 #9

Closed luluhoc closed 2 years ago

luluhoc commented 2 years ago

what does this log mean?

Sep 5 10:59:00 (wg_manager.sh): 18319 Clients ^[[97m0^[[95m, Servers ^[[97m1

MartineauUK commented 2 years ago

Normally in a console the message should appear like this:

image

The ANSI Escape colour Control characters to turn on/off the colours can be suppressed if your device cannot honour them

Use command color off

Your Syslog (which cannot always honour the ANSI Escape colour Control sequences) message is telling you that there are zero ACTIVE 'client' Peers connected outbound, and one ACTIVE 'server' Peer listening for inbound connections, unlike mine where there are three ACTIVE 'client' Peers and two ACTIVE 'server' Peers.