https://netmaker.org logo
hello i ve tried upgrading with the
# install
b
hello i've tried upgrading with the script and it has failed at the netclient install stage
Copy code
023-03-30 21:50:03 (65.4 MB/s) - ‘/tmp/netclient’ saved [13611008/13611008]

[netclient] 2023-03-30 21:50:03 setting OS 
[netclient] 2023-03-30 21:50:03 setting version 
[netclient] 2023-03-30 21:50:03 setting netclient hostid 
[netclient] 2023-03-30 21:50:03 setting name 
[netclient] 2023-03-30 21:50:04 setting macAddress 
[netclient] 2023-03-30 21:50:04 setting wireguard keys 
[netclient] 2023-03-30 21:50:04 setting wireguard interface 
[netclient] 2023-03-30 21:50:04 setting listenport 
[netclient] 2023-03-30 21:50:04 setting proxyListenPort 
[netclient] 2023-03-30 21:50:04 setting MTU 
[netclient] 2023-03-30 21:50:04 setting traffic keys 
[netclient] 2023-03-30 21:50:06 error installing daemon systemd not installed .. daemon not installed 
./nm-upgrade.sh: line 433: netclient: command not found
this is probably a problem with systemd and not netmaker
Copy code
sudo /tmp/netclient install
[netclient] 2023-03-30 21:55:30 error installing daemon systemd not installed .. daemon not installed
this broke my install completely
j
what OS is netmaker running on?
b
ubuntu 20.04.6 LTS
j
and systemd is not installed on it?
b
Copy code
$ sudo systemd
Trying to run as user instance, but $XDG_RUNTIME_DIR is not set`
Copy code
$ which systemd
/bin/systemd
q
do you require a client on the server?
b
is one requred for ingress/egress?
q
yes, though I'm not sure what you would egress from the server, except maybe a vpc
it's odd that it's not detecting that systemd is installed though
b
have been egressing 0.0.0.0/0 out of the server
for ext clients
is there a reason for netlcient to be installed this way or can it be installed through apt
q
it can be install via apt, but will likely result in the same since it's the same binary
what you can do is, run the daemon manually with
netclient daemon
but if it ever requires a hard restart you have to do it manually then
b
it installed with apt without issue
i now have an issue while trying to create egree of 0.0.0.0/0

https://cdn.discordapp.com/attachments/1091103350696710145/1091114823913328772/image.png

q
we may have disabled 0.0.0.0/0 temporarily as we are still working on internet gateway implementations
but I will have to look into it
b
seems like they have been disabled
Copy code
[netmaker] 2023-03-30 21:39:24 currently internet gateways are not supported ::/0 (1)

[netmaker] 2023-03-30 21:39:53 currently internet gateways are not supported 0.0.0.0/0 (3)
its not a big deal, but would be nice to know
j
Apologies, we should have put that in the release notes. Will do that now.
@boundless-ability-97383 as a workaround you can use the following ranges for now, in place of 0.0.0.0/0:
Copy code
0.0.0.0/5,8.0.0.0/7,11.0.0.0/8,12.0.0.0/6,16.0.0.0/4,32.0.0.0/3,64.0.0.0/2,128.0.0.0/3,160.0.0.0/5,168.0.0.0/6,172.0.0.0/12,172.32.0.0/11,172.64.0.0/10,172.128.0.0/9,173.0.0.0/8,174.0.0.0/7,176.0.0.0/4,192.0.0.0/9,192.128.0.0/11,192.160.0.0/13,192.169.0.0/16,192.170.0.0/15,192.172.0.0/14,192.176.0.0/12,192.192.0.0/10,193.0.0.0/8,194.0.0.0/7,196.0.0.0/6,200.0.0.0/5,208.0.0.0/4
3 Views