#Could not resolve host

8 messages · Page 1 of 1 (latest)

pine brook
#

Hello, I'm having an issue.
I have freshly installed Pterodactyl 2–3 times but am still facing the same problem.

When I try to create any server, it gets stuck at:
"This server is currently running its installation process and most actions are unavailable."

Additionally, the container cannot connect to the internet and shows an error like this:

curl: (6) Could not resolve host: [IP address of download link]

Basically, Docker cannot reach the outside network.

How do i fix that?
i have tried many things like dns change of the docker

stoic bloom
stoic bloom
#

show us your wings config file. especially the DNS section.

pine brook
# stoic bloom show us your wings config file. especially the DNS section.
docker:
  network:
    interface: 172.18.0.1
    dns:
    - 202.136.89.186
    - 8.8.8.8
    - 1.1.1.1
    name: pterodactyl_nw
    ispn: false
    driver: bridge
    network_mode: pterodactyl_nw
    is_internal: false
    enable_icc: true
    network_mtu: 1500
    interfaces:
      v4:
        subnet: 172.18.0.0/16
        gateway: 172.18.0.1
      v6:
        subnet: fdba:17c8:6c94::/64
        gateway: fdba:17c8:6c94::1011
  domainname: ""
  registries: {}```
stoic bloom
#

remove the 1.1.1.1

pine brook