pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.65k stars 1.68k forks source link

bind: cannot assign requested address. #5049

Closed BuBing13 closed 6 months ago

BuBing13 commented 6 months ago

Current Behavior

[Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ Server marked as offline... container@pterodactyl~ Error Event [fd38c002-a353-417a-892d-576874517212]: environment/docker: failed to start container: Error response from daemon: driver failed programming external connectivity on endpoint 16272eca-e2ac-4ac9-abb3-edf1b6632558 (001ae6e1e629b283a93c8fba16b94ebac24bbe7113fe3597721453ea68cff11e): Error starting userland proxy: listen tcp4 00.00.00.00:9876: bind: cannot assign requested address [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------

-------game:vrising--------------------------- tcp4 00.00.00.00:9876 Hidden actual IP,,,,,,,,,,,The port is not occupied, but the game server cannot start, and this error always occurs

Expected Behavior

I installed the panels and wings on the server and ran the vrising server-side on the same server. There was no problem with the image file, but when everything was ready, the above problem occurred. The server could not be turned on

Steps to Reproduce

There were no issues with the same steps on other servers, and this was the issue with one of the servers

Panel Version

1.11.5

Wings Version

1.11.11

Games and/or Eggs Affected

vrising

Docker Image

egg-v-rising-bep-in-ex.json

Error Logs

No response

Is there an existing issue for this?

QuintenQVD0 commented 6 months ago

since when is 00.00.00.00 a valid allocation

it should be 0.0.0.0 or even better a real public or local ip (must be present on an host network interface)

BuBing13 commented 6 months ago

从什么时候开始 00.00.00.00 是有效分配

它应该是 0.0.0.0 甚至更好是真实的公共或本地 IP(必须存在于主机网络接口上)

I just didn't write the real IP address, but replaced it with 00.

QuintenQVD0 commented 6 months ago

从什么时候开始 00.00.00.00 是有效分配 它应该是 0.0.0.0 甚至更好是真实的公共或本地 IP(必须存在于主机网络接口上)

I just didn't write the real IP address, but replaced it with 00.

Then that ip is not present on a network interface on the wings host. Not a panel or wings bug. You should have came to the discord where the bot would have told you this: afbeelding

Software-Noob commented 6 months ago

This is not a bug. There's no such IP available on your machine. See the Node allocations documentation for more details.