World Server communication layer attaches to unavailable IP address, blocking all communication #1

Open
opened 2024-03-20 12:21:16 -04:00 by blizzardfinnegan · 1 comment

World server by default connects to IPAddress.Any, which defaults to 0.0.0.0. This is a loopback address, and cannot be accessed by outside programs.

World server by default connects to `IPAddress.Any`, which defaults to `0.0.0.0`. This is a loopback address, and cannot be accessed by outside programs.
blizzardfinnegan added the
Kind/Enhancement
Kind/Breaking
Kind/Documentation
Priority
High
labels 2024-03-20 12:21:16 -04:00
blizzardfinnegan self-assigned this 2024-03-20 12:21:16 -04:00
Author
Owner

Using the linked post, the local IP address of the world server can be obtained. This allows the server to bind to the proper IP address, so that the server can be directly interacted with. Commit with the relevant changes will be added shortly.

Using the [linked post](https://forum.unity.com/threads/how-to-get-the-client-lan-ip-address.1306539/), the local IP address of the world server can be obtained. This allows the server to bind to the proper IP address, so that the server can be directly interacted with. Commit with the relevant changes will be added shortly.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: esd2-groupwork/world-server#1
No description provided.