Connecting to a running fluent instance using gRCP #4074
Replies: 3 comments
-
Stacktrace of the client:
|
Beta Was this translation helpful? Give feedback.
-
@Cerberus-ik Please use the following environment variables to specify the ip address and port for Fluent's gRPC server.
With the above settings, Fluent will listen for gRPC conenction at ip address 12.34.567.89 and port 5000. |
Beta Was this translation helpful? Give feedback.
-
I tried setting the env, but I still see the same issue Reading out the env vars in powershell: Write-Host "REMOTING_SERVER_ADRESS = $env:REMOTING_SERVER_ADRESS" Write-Host "REMOTING_PORTS = $env:REMOTING_PORTS" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a number of remote machines and workstations that I wanna use for solving and meshing my problems.
They are connected using a VPN (Tailscale/Wireguard)
I have started the gRPC server using the following command
fluent.exe 3d -g -t16 -grpc-port 5000
I have tried:
When trying to connect to it (no matter if on the same host or another machine) I always get an error.
InvalidIpPort: Provide a valid 'ip' and 'port'.
As far as I understand the stack trace, this just means no connection could be established.
Using netcat I can't see anything running on port 5000 either.
Beta Was this translation helpful? Give feedback.
All reactions