Skip to content

How to use rnx (or establish links)? #630

Discussion options

You must be logged in to vote

Taking a bit of a wild guess here, since there's no log output or anything to go by, but it could look like you're simply not using the correct destination hash (address).

To make this simple, let's just focus on rnsh. On the listener, first tell rnsh to print its identity used in listener mode, by running rnsh -lp:

$ rnsh -lp

Using service name "default"
Identity     : <d650ac93861d88c1b990248d491ed80d>
Listening on : <e86d97cba9b4976e3f6e5be6940f3ec4>

You'll get the correct destination hash from the "Listening on" line. After that, you should be able to connect with rnsh e86d97cba9b4976e3f6e5be6940f3ec4 (of course, given that you have allowed the remote, or disabled authentication alto…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ddJRC-sys
Comment options

Answer selected by ddJRC-sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants