dangeroustech / ZeroTierBridge

A container to provide out-of-the-box bridging functionality to a ZeroTier network.
16 stars 5 forks source link

No connection #26

Open johncarterofmars opened 10 months ago

johncarterofmars commented 10 months ago

Hello. I have an Ubuntu 20.04 VM running docker. The container you created is up and it was able to join my ZTO network. I set it to allow bridging and added the route. LAN IP Scheme: 192.168.190.0/24 (gateway .1) ZTO IP Scheme: 192.168.196.0/24

the route I added is 192.168.190.0/23 with a gateway of the IP of the docker container (192.168.196.134)

I can ping the container's ZTO address from other ZTO devices. But if I log into the host VM, it can't ping anything on the ZTO network. The ZTO devices can't ping anything on the LAN IP scheme.

I'm sure I did something wrong and was hoping for some pointers. I appreciate it.

williamtdr commented 10 months ago

Observing the same behavior - similar network setup to what's in the description, can ping the docker vm from other devices on the zerotier network. The bridge also works in the direction of external -> internal. But devices on the same network as the node running this image, including the host, can't ping out to other devices on the zerotier network.

johncarterofmars commented 10 months ago

I'm guessing this repo isn't monitored or supported. I haven't been able to find any solution for a working bridge with Zero Tier so far.