Baseguard

baseguard status

View connected nodes and network statistics

The status command displays your connection and other nodes on the network.

Usage

baseguard status

Output

$ baseguard status

NODE              OVERLAY IP      STATUS    TYPE    ENDPOINT              RX        TX
----              ----------      ------    ----    --------              --        --
laptop (local)    100.64.0.5      -         Idle    -                     0         0
server-01         100.64.0.2      online    P2P     203.0.113.10:42273    1258000   820000
server-02         100.64.0.3      online    Relay   rly_abc123def456ghij  512000    310000
workstation       100.64.0.4      offline   Idle    -                     0         0

Columns

ColumnDescription
NODEDevice name. (local) marks your device
OVERLAY IPOverlay network IP address
STATUS- (local), online, or offline
TYPEP2P, Relay, or Idle
ENDPOINTRemote address (P2P) or relay server ID (Relay)
RX / TXBytes received / transmitted

Troubleshooting

See Troubleshooting — Connection & Network Issues for solutions to peer visibility, relay connections, and traffic problems.

See Also

On this page