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.79k stars 1.73k forks source link

Problem with first start wings #4785

Closed StarGate88 closed 1 year ago

StarGate88 commented 1 year ago

Current Behavior

Hi,

i have docker server with other applications, but now i need install pterodactyl panel. Problem is trough run wings, it´s write me error

Where cann i specify network address space in pterodactil or wings for docker?

Thank you for response.

Expected Behavior

Run with other applications in docker with choice IP network

Steps to Reproduce

After first installation

Panel Version

1.11.3

Wings Version

1.11.6

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

FATAL: [May 23 14:43:45.166] failed to configure docker environment error=Error response from daemon: Pool overlaps with other one on this address space

Stacktrace:
Error response from daemon: Pool overlaps with other one on this address space

Is there an existing issue for this?

parkervcp commented 1 year ago

You need to edit the config.yml to use an address other than 172.18.0.1. This has been covered many times

This is the section you want to edit.

docker:
  network:
    interfaces:
      v4:
        subnet: 172.18.0.0/16
        gateway: 172.18.0.1
treverehrfurth commented 1 year ago

I'm getting this same issue, only I have verified I am not using any other subnet and it is available. I have also tried adding a gateway with no luck

treverehrfurth commented 1 year ago

Although my issue doesn't say when i run the docker compose, it says it runs fine but in portainer it shows the issue in the logs

lologaby commented 2 months ago

Well, ive tried multiple subnets and still get this error

August7337 commented 1 month ago

@lologaby @treverehrfurth Did you find something, I have the same issue

`FATAL: [Sep 17 17:28:59.182] failed to configure docker environment error=Error response from daemon: invalid pool request: Pool overlaps with other one on this address space

Stacktrace: Error response from daemon: invalid pool request: Pool overlaps with other one on this address space`

August7337 commented 1 month ago

@lologaby @treverehrfurth Did you find something, I have the same issue

`FATAL: [Sep 17 17:28:59.182] failed to configure docker environment error=Error response from daemon: invalid pool request: Pool overlaps with other one on this address space

Stacktrace: Error response from daemon: invalid pool request: Pool overlaps with other one on this address space`

I find something on discord

If you can't boot because of overlapping subnet to expand the config, then here's a boilerplate for you to edit Default wings network docker config template if you are having overlapping networks and can't generate it. Copy it into your config.yml and change the occurrences of 172.18.0.x to something that's not already in use by your other networks. For example, 172.20.0.1

docker: network: interface: 172.18.0.1 dns: