#cant start server

2 messages · Page 1 of 1 (latest)

trim harness
#

Error Event [22b6d509-6759-4d5d-b5e0-7f6c8c79e487]: environment/docker: failed to start container: Error response from daemon: driver failed programming external connectivity on endpoint 6a604e58-8bd8-453d-918e-d43430d66a91 (ec402adefdd0b8e1c608e83c9ebe2d3834220660c9868940535e6e88a6156505): Error starting userland proxy: listen tcp4 ip node:25570: bind: cannot assign requested addres

stark cypressBOT
#

At your service, @trim harness!

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 <port> 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 "