ZeroTier on XenServer 7.0 host
-
Now I'm getting this error:
http://download.zerotier.com/redhat/el/7-2.1511.el7.centos.2.10/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror. -
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
Now I'm getting this error:
http://download.zerotier.com/redhat/el/7-2.1511.el7.centos.2.10/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.Now you have to edit the script as I told you, the same substitution you have done with the repos.
-
I need to download the script on to the host, edit (per your instructions) & then run the script?
Is that correct? -
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I need to download the script on to the host, edit (per your instructions) & then run the script?
Is that correct?Exactly!
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
I need to download the script on to the host, edit (per your instructions) & then run the script?
Is that correct?Or, maybe, you can directly pass the script through sed, do the substitution and be done in even less time :D.
-
Do you have to open the ports on the firewall?
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
Do you have to open the ports on the firewall?
Uhm, no, as far as I remember.
-
This is a little above my pay grade, but what's the command to run the script?
I have copied the script to here: "curl -o /tmp/zerotierscript -s https://install.zerotier.com/ | bash"
I only found one mention of "$releasever", which I changed to "7" -
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
This is a little above my pay grade, but what's the command to run the script?
I have copied the script to here: "curl -o /tmp/zerotierscript -s https://install.zerotier.com/ | bash"
I only found one mention of "$releasever", which I changed to "7"Of course, "bash zerotierscript".
-
Thanks @Francesco-Provino thats why I rely on the experts!
-
@FATeknollogee said in ZeroTier on XenServer 7.0 host:
Thanks @Francesco-Provino thats why I rely on the experts!
You're welcome!
Now I know I'm an "expert" in something :D.