Skip to content

Failed to set IP of ID and Relay Server on different IP address #478

@dragonidium11

Description

@dragonidium11
Image Image

So basically, the environmental variables on docker compose is set to be on another IP address for the ID and relay server. So for example, my computer is on 192.168.10.237 and the ID/relay server is on 192.168.10.231.

dial tcp 127.0.0.1:21115: connect: connection refused <<<< error in red for the ID server
dial tcp 127.0.0.1:21117: connect: connection refused <<<< error in red for the relay server

How could it be 127.0.0.1 if I set my

  • RUSTDESK_API_RUSTDESK_ID_SERVER=192.168.10.231:21116
  • RUSTDESK_API_RUSTDESK_RELAY_SERVER=192.168.10.231:21117

I removed the quotes, removed the port as well. To test that it works, I loaded up my Rustdesk Client

Image

It seems to recognize the server when hbbs and hbbr are on the same computer (and network_mode: host on docker compose for both hbbr and hbbs). Whatever the issue is, the environment variables of the ID and relay IP addresses are not being passed to the API server itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions