Hello Grant,
yes, it is just another machine. So like my Android and Windows devices, I simply want to have full access to LAN and internet through my server at home.
I installed with
#!/bin/bash
echo "Install zerotier (y/n)?"
read user_input
if [ "$user_input" = "y" ]; then
curl -s https://install.zerotier.com | sudo bash
sudo zerotier-cli join MYNETWORK
sleep 2
sudo zerotier-cli listnetworks
fi
And then rebooted.
I cannot ping or reach anything on my home network. Cannot even ping the server IP.
Setup the server as mentioned above. So maybe I need one of the allow* set to true (or false)?
Here some info (redacted for some parts)
{
"address": "3167REDACTED",
"clock": 1652202157554,
"config": {
"settings": {
"allowTcpFallbackRelay": true,
"listeningOn": [
"192.168.0.39/9993",
"192.168.0.39/48795",
"192.168.0.39/58617"
],
"portMappingEnabled": true,
"primaryPort": 9993,
"secondaryPort": 28934,
"softwareUpdate": "disable",
"softwareUpdateChannel": "release",
"tertiaryPort": 0
}
},
"online": true,
"planetWorldId": 14960REDACTED,
"planetWorldTimestamp": 1644592324813,
"publicIdentity": "3REDACTED69be26998ac9cREDACTEDbf4699f85a893797b6c545531REDACTED2f186521a0a74f06670364acd5929cbdREDACTED91a473",
"tcpFallbackActive": false,
"version": "1.8.9",
"versionBuild": 0,
"versionMajor": 1,
"versionMinor": 8,
"versionRev": 9
}