Alex Feiszli
Alex Feiszli
In the labels of your netmaker-ui section of your docker-compose: 1. you need to add this line: - traefik.http.middlewares.nmui-security-1.ipwhitelist.sourcerange=YOUR_IP_CIDR 2. you need to change this line: - traefik.http.routers.netmaker-ui.middlewares=nmui-security@docker to this:...
Note: this solution does not require changing the netmaker UI ports.
@mattkasun @0xdcarns I'm not really sure about this one, but the error comes from here: https://github.com/gravitl/netmaker/blob/release_v0.15.0/netclient/ncutils/netclientutils_freebsd.go#L42 It looks like it's caused by cmd.Process being nil, so we could check for...
1. what do you mean by "standard VPN"; are you using 0.0.0.0/0? 2. does the Linux OS have "wg-quick" installed? If it is working on Windows and Android, there is...
My best guess is that for peer Endpoints, it was attempting to route the traffic over the egress gateway in order to reach those Endpoints, which wont work. With 0.0.0.0/0...
This is probably just your Windows firewall. I believe ping (ICMP) is often disabled on Windows. https://ccm.net/computing/networks/1629-what-to-do-when-you-re-unable-to-ping-a-computer-on-the-same-network/
1. have you run a "pull" on the netclient? 2. is udp hole punching on?
Oh! I just realized you are using 0.0.0.0/0 as an egress gateway. If you check the release notes from 0.15.0, this is just now supported. In our docs, we note...
I do not see an error in your logs, just a Warning. What is the error?
Hi, one of the authors of Netmaker here. Just wanted to +1 this. We maintain a FreeBSD client and would love to see an OPNSense plugin for it.