... | ... | @@ -513,7 +513,7 @@ Errno 48 : Address already in use |
|
|
|
|
|
**Solution**
|
|
|
|
|
|
The solution is not to use ports from the ephemeral range. The port numbers in the ephemeral range can be found with `cat /proc/sys/net/ipv4/ip_local_port_range`. For DevEnv 3.x with CentOS 8 they are:
|
|
|
The solution is to not use ports from the ephemeral range (aka local port range). The port numbers in the ephemeral range can be found with `cat /proc/sys/net/ipv4/ip_local_port_range`. For DevEnv 3.x with CentOS 8 they are:
|
|
|
|
|
|
| Port Range | Usable for MAL |
|
|
|
| ---- | ---- |
|
... | ... | |