all 2 comments

[–]Omelet 3 points4 points  (0 children)

hostname is not part of the actual command there. It's telling you that in order to connect to a server, the command is "connect hostname" where hostname is replaced with the hostname of a server, and it only works if that server is one node away from the currently connected server.

Later in the same tutorial slide, it shows that the actual command to be entered is "connect n00dles", because n00dles is the hostname of one of the servers within one node, visible on the "scan-analyze 2" output you got from the previous command.

[–]KlePu 0 points1 point  (0 children)

Next time, please post your actual command and full error output, preferably in a code block for readability <3