You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thanks for Netmaker, it's a great tool !
Tho, i've been using it for a short time, i came across a problem : i try to connect to Netmaker from a filtered network, stateful firewall rules won't allow connecting from some network on some ports (in short).
Thus, some ports, are actually not filtered, because of probably 'internal use case'. I tried to set a simple Wireguard connexion on those ports, and it works very well.
Is there a way, i did not figure out, how to pass this as a parameter during install process ?
As it seem to be read from file, even setting the value as an env_var may not work properly :-)
One can still use after install, or even afterward :
nmctl host update <host_id> --listen_port
As far as you disable / re-enable clients, their WireGuard config is rewritten, i don't know how it works for netclients 'clients' :-)
But it would be nice to be able to choose the port used from the start :-)
Thanks again for making such a great tool Open Source, best regards,
/joen
The text was updated successfully, but these errors were encountered:
Hello, and thanks for Netmaker, it's a great tool !
Tho, i've been using it for a short time, i came across a problem : i try to connect to Netmaker from a filtered network, stateful firewall rules won't allow connecting from some network on some ports (in short).
Thus, some ports, are actually not filtered, because of probably 'internal use case'. I tried to set a simple Wireguard connexion on those ports, and it works very well.
I Found this parameter laying in https://github.com/gravitl/netclient/blob/develop/config/config.go
It's then copied to /etc/netclient/netclient.yml
Is there a way, i did not figure out, how to pass this as a parameter during install process ?
As it seem to be read from file, even setting the value as an env_var may not work properly :-)
One can still use after install, or even afterward :
nmctl host update <host_id> --listen_port
As far as you disable / re-enable clients, their WireGuard config is rewritten, i don't know how it works for netclients 'clients' :-)
But it would be nice to be able to choose the port used from the start :-)
Thanks again for making such a great tool Open Source, best regards,
/joen
The text was updated successfully, but these errors were encountered: