AdmincraftA
Admincraft10mo ago
Lily

getting a pterodactyl error

Error Event [253898b5-de92-46be-80ad-71363de53102]: environment/docker: failed to start container: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint 7aa83c58-ecdc-4efc-980e-ba015674fbef (f8e301b409dd6c9ecec2b0ca000b575c877b88baa70ff1e97d1d95c236a87772): failed to bind host port for 172.96.141.195:25565:172.18.0.2:25565/tcp: cannot assign requested address

yet here is my docker config for the pterodactyl network

[
{
"Name": "pterodactyl_nw",
"Id": "585e49705383e530fe8fe39cc3472769cf11f045d5fa9de8aa54e1d625554846",
"Created": "2025-02-28T17:59:04.433684227Z",
"Scope": "local",
"Driver": "bridge",
"EnableIPv4": true,
"EnableIPv6": true,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.18.0.0/16",
"Gateway": "172.18.0.1"
},
{
"Subnet": "fdba:17c8:6c94::/64",
"Gateway": "fdba:17c8:6c94::1011"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {},
"Options": {
"com.docker.network.bridge.default_bridge": "false",
"com.docker.network.bridge.enable_icc": "true",
"com.docker.network.bridge.enable_ip_masquerade": "true",
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "pterodactyl0",
"com.docker.network.driver.mtu": "1500",
"encryption": "false"
},
"Labels": {}
}
]


Anyone know what may be going on? (am going to google to see if I can find anything but wanted to ask here as well just in case)
Solution
figured it out apparently the other ips where not mapped to the server
Was this page helpful?