Is anyone out there successful at using NM when on...
# client
m
Is anyone out there successful at using NM when one of the ISPs has CGNat? I was working splendidly until just recently where now my ISP appears to be sending traffic out two different paths (when I do curl ip.me I get different IP addresses, same with between Google IP lookup and Bing IP lookup).
udp hole punching is running, everything seems to come up, but then traffic just stops. i wonder if i can do a packet capture or see the errors at my router somehow
j
It might be best to set endpoint to “static” in this scenario and select one of the IPs
h
I have the same problem, it is recommended to get the client's ip from the server: this is guaranteed to be true and valid
This kind of network is similar to a multi-wan router. If the exports are all dynamic ip (pppoe), there is no good way to solve it.
m
oh interesting! so i can just like "pick one?"
and then edit the 'node' in the network dashboard?
j
Yes, just turn off “dynamic” on any node and it will stop switching, and you can also manually input an endpoint if you want
m
is there a way to test a specific path or see wireguard status to a specifc node? with the changes I can now access almost all other nodes, but one specific node still fails to respond. i stood up another client on the same network and that node DOES work from that client, so it's something weird with this client and that node
might be a better approach to drop wireguard on the router (unifi) that way it's right in one spot and all the other nodes below the router would "just work"
h
You can use openwrt as an export gateway
m
googling!