Node OFFLINE, unable to connect to satelite

After setting up my node i get the following error:

(Pastebin because some text is identified as links): https://pastebin.com/dE42iXqP

I checked my cert (docker exec -it storagenode grep -c BEGIN /app/identity/ca.cert responded with 2, and docker exec -it storagenode grep -c BEGIN /app/identity/identity.cert responded with 3)

I checked my port with https://www.yougetsignal.com/tools/open-ports/

if i try “for sat in docker exec -i storagenode wget -qO - localhost:14002/api/dashboard | jq .data.satellites[] -r; do docker exec -i storagenode wget -qO - localhost:14002/api/satellite/$sat | jq .data.id,.data.audit; done”

I get 4 500 Internals Server errors, i uncommented the console address line in my config.

Anything else i can check

EDIT:
Interresting thing i just found, i also get an version chek error, if wget the version check url aoutside of the docker i get a response, but inside i get a bad address error, same with any other address i check, my firewall is configured to accept every connection

EDIT: Ok i fixed it, the docker routing was broken after a new install of docker the connection for the bridge was recreated