https://netmaker.org logo
Title
s

straight-lock-3524

07/10/2022, 1:05 PM
Install on Freebsd
root@voyager:~ # curl -sfL https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/netclient-install.sh | VERSION=0.14.5 sh - VERSION=0.14.5: Command not found. What i am missing?
so,, for now I just downloaded the file and executed it which seemed to work
however, now I got the following as well: [netclient] 2022-07-10 16:38:45 starting wireguard [netclient] 2022-07-10 16:38:48 certificates/key saved [netclient] 2022-07-10 16:38:49 sent a node update to server for node [netclient] 2022-07-10 16:38:49 error running command: service netclient start [netclient] 2022-07-10 16:38:49 [netclient] 2022-07-10 16:38:50 error running command: service netclient restart [netclient] 2022-07-10 16:38:50
Looks like at least on opnsense it's not working as I get a lot of errors
[netclient] 2022-07-10 17:06:36 error running command: service netclient start [netclient] 2022-07-10 17:06:36 [netclient] 2022-07-10 17:06:37 error running command: service netclient restart I guess that is why, just rambling away here 🙂
root@voyager:~ # service netclient status netclient is running as pid 38678. root@voyager:~ # service netclient stop Stopping netclient. Waiting for PIDS: 38678. root@voyager:~ # service netclient start is strange though, since doing that manually works
Since I think it's better to just use a separate linux node instead of my opnsense server, I removed it again and will just built a separate vm as egress 🙂