How to connect with the remote server #4291
Replies: 3 comments 17 replies
-
@Rohan-Kar could you share a full list of commands that you're trying to run. |
Beta Was this translation helpful? Give feedback.
-
Hey @Rohan-Kar
the
Replace SERVERIP with an actual IP value, it cannot be a DNS name. If it is a DNS name the route would be written differently.
Note the second command is one single command. Let us know how it works. If things aren't working correctly you can reset your entire system with |
Beta Was this translation helpful? Give feedback.
-
I am trying to run this example, but I couldn't find anywhere has the : ockam forwarder create |
Beta Was this translation helpful? Give feedback.
-
I want to try to connect with remote server but getting some error please guide me how to connect with remote server . and i aso deployed the server_sidecar and follow the https://docs.ockam.io/guides/use-cases/add-end-to-end-encryption-to-any-client-and-server-application-with-no-code-change this doc .
here is the command
ockam tcp-outlet create --at /node/server_sidecar --from /service/outlet --to remoteip:5000
here is the error is
error: invalid value '192.168.1.100:5000' for '--to <ROUTE>': unregistered protocol prefix "192.168.1.100:5000"
Thanks
Beta Was this translation helpful? Give feedback.
All reactions