You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect another machine in the local network without internet peer at middle point.
As understand, on target node, I must provide host/port in the Listen section, but this comment confusing a bit:
listeners in order to accept incoming peerings from non-local nodes
# Listen addresses for incoming connections. You will need to add
# listeners in order to accept incoming peerings from non-local nodes.
# Multicast peer discovery will work regardless of any listeners set
# here. Each listener should be specified in URI format as above, e.g.
# tls://0.0.0.0:0 or tls://[::]:0 to listen on all interfaces.
Listen: []
But there is no other way but tls://192.x.x.x:123 in Listen on target, and tls://192.x.x.x:123 as Peers on connecting node?
Or how?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to connect another machine in the local network without internet peer at middle point.
As understand, on target node, I must provide host/port in the
Listen
section, but this comment confusing a bit:But there is no other way but
tls://192.x.x.x:123
inListen
on target, andtls://192.x.x.x:123
asPeers
on connecting node?Or how?
Beta Was this translation helpful? Give feedback.
All reactions