I'm geting the error RTNETLINK answers: Address in...
# client
c
I'm geting the error RTNETLINK answers: Address in use
j
what's the context?
this tend to happen if you have 2 networks on 1 devices and are using the same port for both
c
I was instaling netclient on the server with netmaker
j
ahh yes this makes sense then. Likely the machine is attempting to use 51821, which is already in use by the server
especially if udp hole punching is off
i would try joining like this: netclient join -t --port=51831
for some reason, the error response to a port being in use is "RTNETLINK answers: Address in use"
83 Views