Hi @testestestes192
When you first installed Zerotier on both PCs, you should’ve at least ping access from and to both ends, especially if you turned the Windows firewall off.
Now for accessing resources on the work side, you could setup bridging between the Zerotier interface and the local network interface.
There is no tutorial that I know of, but basically you do something like this:
After bridging de ZeroTier with the local network interface, I cannot ping the Work PC with the local IP from work either the ZeroTier IP. Firewall is off.
I noticed that after bridging the ZeroTier network interface became disabled.
Hello. You’ll need to enable routing on that Windows box (Work PC). I think they call it connection sharing or RRAS. It’s not available in every version of Windows as far as I know. I’m not aware of any tuturials but wouldn’t be surprised if there were are few out there.
Short answer: to enable routing to your local network you need to turn on NAT and Packet Forwarding.
NAT’ing is required otherwise reply packets from devices on your LAN will be rerouted to the default gateway instead of being sent back to the ZT node. On Win10, turn on NAT by enabling Hyper-V. NetNat Module | Microsoft Learn
Packet forwarding is required to send packets between interfaces (eg "Set-NetIPInterface -Forwarding Enabled )