https://netmaker.org logo
Hi again, I'm running into the issue where netclie...
# client
m
Hi again, I'm running into the issue where netclient sets the route to the eth interface that has no internet access. It's using eth1 rather than eth0 in my case. This seems to happen in the
routes_linux.go
file. If I run
ip route show default
the first line shows the correct interface first and according to the code it should pick that one. Is the output from
ip route show default
randomized perhaps?
If I shut down eth one with
ifconfig eth1 down
netclient starts functioning as expected
Unfortunately, as soon as I enabled the interface again (which I definitely need) peers no longer have a handshake and can no longer access the device
2 Views