https://netmaker.org logo
Hello, I have two linux nodes in a network. One i...
# client
h
Hello, I have two linux nodes in a network. One is an egress node, both nodes are able to ping each other, but when I try to ping something on the egress network from the non-egress node, it keeps trying to route out through it's own local network. Any ideas? Am I missing a setting? The egress network IP range does not match the local network of the non-egress node.
j
if a machine has the same subnet locally, it will not attempt to use the egress gateway for that subnet, since it could break local routing
h
they have different subnets
local is 192.168.3.0/24, egress is 192.168.24.0/23
j
it checks for overlap, so is probably still applying
h
I changed the local network to a 10.27.0.x and it's still trying to use the same gw. Should I try reinstalling the client? Does netmaker still think there's a conflict with the local and remote subnet?
And can I check that via logs?
Final update, wanted to leave it here in case someone else runs into the same issue - not sure the overlap was causing the problem, since I just removed and readded the network and now it is working as expected 🤷‍♂️
4 Views