https://netmaker.org logo
Connections not working from external client
# client
f
Connections not working from external client
I have network setup like the below graph image, with a netmaker server running in GCP, installed via docker-compose per the Quick Install instructions. I set it to be the Ingress Gateway, and added an external client. I've also installed netclient on the GCP VM itself per the Linux Install instructions. After everything is setup, I try to reach any address both in the netmaker network, as well as the 10.150.0.0/20 range added to the egress gateway, but nothing is accessible. What am I doing wrong?
I also tried using the netmaker server itself as the ingress and egress, but that didn't work, either
b
there are a couple of problem with gateways on the netmaker server which should be resolved in next release.
in meantime, if you can use some other node as gateway (egress and/or ingress) it should all work
also, when you create a ext client, the config file has the state of the network at the time of creation. So if you create the egress gateway after creating the extclient, the extclient will not see the egress range.
f
so in my example, using vpn-1 as the egress, and netmaker-1 (the netmaker server) as ingress wouldn't work?
b
I would just use vpn-1 as both the ingress and egress
f
Alright, I'll try that
4 Views