Hi I have LibreElec 9.2.8.11 with zerotier.
It is connected to zerotier network but I have problem with connetion working. Putty works longer (but connection is very slow and after some time is dropping) and Vnc sometimes I can move coursor one or two times and connection freezes. connect
Ping is high and connections are dropped.
zerotier-one.ctl -q info
200 info 97xfxxx198 1.4.6 ONLINE
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default DLink.home 0.0.0.0 UG 0 0 0 wlan0
192.168.5.0 * 255.255.255.0 U 0 0 0 wlan0
192.168.5.1 * 255.255.255.255 UH 0 0 0 wlan0
192.168.194.0 * 255.255.255.0 U 0 0 0 ztbto32yyo
/storage/.config/iptables.rules
iptables -F
sysctl -w net.ipv4.ip_forward=1
sysctl -w net.ipv4.conf.all.forwarding=1
sysctl -w net.ipv4.conf.all.rp_filter=2
iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
iptables -A FORWARD -i zt+ -j ACCEPT
it is not in docker