Hi All,
New to Proxmox. Looking to setup a cluster of hosts with Zerotier. I have installed ZT and hosts can see each other and ping each other. All done right? Not quite.
The ZT interface is not selectable in the clustering menus, so I need to add some code to get this to appear. I scoured this forum and found the following:
- 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!
I have added the following so that the ZT interface is selectable in the cluster menu and looks like its working, but infact this breaks the interface and it is no longer reachable and hosts can no longer ping each other via their Zerotier addresses.
Hoping someone can assist? I am clearly missing something here as I essentially break the interface/routing when adding the above code. Thanks in advance!
New to Proxmox. Looking to setup a cluster of hosts with Zerotier. I have installed ZT and hosts can see each other and ping each other. All done right? Not quite.
The ZT interface is not selectable in the clustering menus, so I need to add some code to get this to appear. I scoured this forum and found the following:
- 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!
I have added the following so that the ZT interface is selectable in the cluster menu and looks like its working, but infact this breaks the interface and it is no longer reachable and hosts can no longer ping each other via their Zerotier addresses.
Hoping someone can assist? I am clearly missing something here as I essentially break the interface/routing when adding the above code. Thanks in advance!