Ping stop working when ZT interface is added to a bridge

I have established ZeroTier tunnel between a OpenWrt device and a VM. I have enabled active bridge property for both the members from the ZeroTier controller.

The ZeroTier tunnel uses the 172.18.0.0/16 address space. I have created a bridge on the VM using the following commands

brctl addbr br-zt
brctl addif br-zt zt712311
ip link set br-zt up
ip addr add 172.24.0.1/24 dev br-zt

After adding the ZeroTier interface to this bridge, ping stops working between the network members (OpenWrt device and VM) on the ZeroTier IP address.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.