Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation is not working properly #5080

Closed
3 tasks done
EpixPlays opened this issue Apr 27, 2024 · 3 comments
Closed
3 tasks done

Allocation is not working properly #5080

EpixPlays opened this issue Apr 27, 2024 · 3 comments
Labels
not confirmed Report seems plausible but requires additional testing or 3rd part confirmation.

Comments

@EpixPlays
Copy link

Current Behavior

I cannot start the server as it fails to assign the requested address. The address is the one for the server that the panels and wings are running on.

Expected Behavior

Server starts as usual without errors.

Steps to Reproduce

I have created a server using the allocation for my server with the port 25565. The port is forwarded correctly. I try to run the server and it does not start.

Panel Version

1.11.5

Wings Version

1.11.11

Games and/or Eggs Affected

All eggs

Docker Image

All

Error Logs

https://ptero.co/hesicafene

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
@EpixPlays EpixPlays added the not confirmed Report seems plausible but requires additional testing or 3rd part confirmation. label Apr 27, 2024
@danny6167
Copy link
Member

This is not a bug with the software.
You are attempting to bind to the wrong IP address. Please use the discord for support

@EpixPlays EpixPlays reopened this Apr 27, 2024
@EpixPlays
Copy link
Author

Hey. I cannot use discord at the moment as I am in the process of recovering my account. Could you possibly help me on here? Thanks.

@Loki-101
Copy link

This is the message the support bot in the Discord is programmed to give you for this kind of error:

The IP address you have assigned to your server is not actually available for use on your machine, or something is already running on that port. Use ss -plnt | grep :<port> (replacing with your own) to find what processes might be using it.

If you don't find any service using the port, then refer to the instructions below.

Execute the command hostname -I | awk '{print $1}' and change your Node allocations to use this IP. Yes, it can be your internal/local IP when you're behind NAT. You still have to use it as that is your network interface IP.

If you have added multiple public IPs to your network interface, then you can view all of them using the command ip a | grep "inet "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not confirmed Report seems plausible but requires additional testing or 3rd part confirmation.
Projects
None yet
Development

No branches or pull requests

3 participants