Hi,
Thx. a lot because if you did not open this thred I was not able to know about zerotier(nice tool). After I read some documentation and make some test follow this:
- check what is ZT interface name(command line in PMX as root):
ifconfig
In my case is something like : ztnxxxxxx
- edit from command line the /etc/network/interfaces file, and add this snippet:
auto vmbr77
iface vmbr77 inet static
address 10.242.x1.x2
netmask 16
bridge-ports ztnxxxxxx
bridge-stp off
bridge-fd 0
The 10.242.x1.x2 is what IP do you setup in the zerotier.com Network for your PMX host!
Good luck /Bafta !