This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
QNAP TS-431 Package installed, network joined, but can't ping or access the device #126
Open
7 of 11 tasks
Labels
I have tried the following:
dev/net/tun
ps aux | grep zerotier
/var/packages/zerotier/target/var
zerotier-cli
commands as rootI am aware of the following
Other important information
So, this is an interesting one. I downloaded the 1.10.1 ZT package, and installed it on the device. It installes without issues
I tested a few things (I will mask private information, I will leave the ZT dev name)
zerotier-cli status
200 info 38XXXXXX23 1.10.1 ONLINE
then
zerotier-cli listnetworks
200 listnetworks <nwid> <name> <mac> <status> <type> <dev> <ZT assigned ips>
200 listnetworks afXXXXXXXXXXXXX6 dXXXXXXXXXXs 16:XX:XX:XX:XX:7d OK PRIVATE zt44xliatz 10.147.XXX.XXX/24
so, it seems online. I have other devices on this network and they can "see" each other.
zerotier-cli listpeers
does return the list of peers.But when I try to ping or access the QNAP NAS from another device on the network, it simply can´t, Ping just fails. This also happens from the QNAP to other devices.
I think it might be some access issue, I tried adding the iptables for this.
iptables -A INPUT -i zt44xliat -j ACCEPT
iptables -A OUTPUT -o zt44xliat -j ACCEPT
Something might be missing or not working with this device.
DynDNS is disabled.
The text was updated successfully, but these errors were encountered: